Uses of Class
io.debezium.common.annotation.Incubating
-
Packages that use Incubating Package Description io.debezium.engine io.debezium.engine.format io.debezium.engine.spi io.debezium.spi.converter -
-
Uses of Incubating in io.debezium.engine
Classes in io.debezium.engine with annotations of type Incubating Modifier and Type Interface Description interfaceChangeEvent<K,V>A data change event with key and value.interfaceDebeziumEngine<R>A mechanism for running a single Kafka ConnectSourceConnectorwithin an application's process.interfaceRecordChangeEvent<V>A data change event described as a single object. -
Uses of Incubating in io.debezium.engine.format
Classes in io.debezium.engine.format with annotations of type Incubating Modifier and Type Class Description classAvroASerializationFormatdefining the Avro format serialized as byte[].interfaceChangeEventFormat<V extends SerializationFormat<?>>Describes a change event output format comprising just of a single value.classCloudEventsASerializationFormatdefining the CloudEvents format serialized as String.classJsonASerializationFormatdefining the JSON format serialized as String.interfaceKeyValueChangeEventFormat<K extends SerializationFormat<?>,V extends SerializationFormat<?>>Describes a change event output format comprising a key and a value.classProtobufASerializationFormatdefining the Protobuf format serialized as byte[].interfaceSerializationFormat<T>The logical description of the output format used by the given instance ofDebeziumEngine. -
Uses of Incubating in io.debezium.engine.spi
Classes in io.debezium.engine.spi with annotations of type Incubating Modifier and Type Interface Description interfaceOffsetCommitPolicyThe policy that defines when the offsets should be committed to offset storage. -
Uses of Incubating in io.debezium.spi.converter
Classes in io.debezium.spi.converter with annotations of type Incubating Modifier and Type Interface Description interfaceConvertedFieldAn the base interface for a converted field that provides naming characteristics.interfaceCustomConverter<S,F extends ConvertedField>An interface that allows the user to customize how a value will be converted for a given field.interfaceRelationalColumnA definition of a converted relational column.
-