All Classes
-
All Classes Interface Summary Class Summary Exception Summary Annotation Types Summary Class Description Avro ASerializationFormatdefining the Avro format serialized as byte[].ChangeEvent<K,V> A data change event with key and value.ChangeEventFormat<V extends SerializationFormat<?>> Describes a change event output format comprising just of a single value.CloudEvents ASerializationFormatdefining the CloudEvents format serialized as String.ConvertedField An the base interface for a converted field that provides naming characteristics.CustomConverter<S,F extends ConvertedField> An interface that allows the user to customize how a value will be converted for a given field.CustomConverter.Converter A conversion converting data from one type to another.CustomConverter.ConverterRegistration<S> Callback for registering a converter.DebeziumEngine<R> A mechanism for running a single Kafka ConnectSourceConnectorwithin an application's process.DebeziumEngine.Builder<R> A builder to set up and createDebeziumEngineinstances.DebeziumEngine.BuilderFactory Internal contract between the API and implementation, for bootstrapping the latter.DebeziumEngine.ChangeConsumer<R> A contract invoked by the embedded engine when it has received a batch of change records to be processed.DebeziumEngine.CompletionCallback A callback function to be notified when the connector completes.DebeziumEngine.ConnectorCallback Callback function which informs users about the various stages a connector goes through during startupDebeziumEngine.Offsets Contract that should be passed toDebeziumEngine.RecordCommitter.markProcessed(Object, Offsets)for marking a record as processed with updated offsets.DebeziumEngine.RecordCommitter<R> Contract passed toDebeziumEngine.ChangeConsumers, allowing them to commit single records as they have been processed and to signal that offsets may be flushed eventually.DebeziumException Base exception returned by Debezium API.Incubating Marks the annotated element as incubating.Json ASerializationFormatdefining the JSON format serialized as String.KeyValueChangeEventFormat<K extends SerializationFormat<?>,V extends SerializationFormat<?>> Describes a change event output format comprising a key and a value.OffsetCommitPolicy The policy that defines when the offsets should be committed to offset storage.OffsetCommitPolicy.AlwaysCommitOffsetPolicy AnOffsetCommitPolicythat will commit offsets as frequently as possible.OffsetCommitPolicy.PeriodicCommitOffsetPolicy AnOffsetCommitPolicythat will commit offsets no more than the specified time period.Protobuf ASerializationFormatdefining the Protobuf format serialized as byte[].RecordChangeEvent<V> A data change event described as a single object.RelationalColumn A definition of a converted relational column.SerializationFormat<T> The logical description of the output format used by the given instance ofDebeziumEngine.StopEngineException An exception that is used to tell the engine to process the last source record and to then stop.