Uses of Annotation Type
io.debezium.common.annotation.Incubating
Packages that use Incubating
Package
Description
-
Uses of Incubating in io.debezium.engine
Classes in io.debezium.engine with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceChangeEvent<K,V> A data change event with key and value.interfaceA mechanism for running a single Kafka ConnectSourceConnectorwithin an application's process.interfaceA 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 IncubatingModifier and TypeClassDescriptionclassASerializationFormatdefining the Avro format serialized as byte[].interfaceChangeEventFormat<V extends SerializationFormat<?>>Describes a change event output format comprising just of a single value.classASerializationFormatdefining the CloudEvents format serialized as String.classASerializationFormatdefining 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.classASerializationFormatdefining the Protobuf format serialized as byte[].interfaceThe 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 IncubatingModifier and TypeInterfaceDescriptioninterfaceThe 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 IncubatingModifier and TypeInterfaceDescriptioninterfaceAn 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.interfaceA definition of a converted relational column. -
Uses of Incubating in io.debezium.spi.topic
Classes in io.debezium.spi.topic with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceTopicNamingStrategy<I extends DataCollectionId>An interface that defines the topic naming strategy, including DataChange, SchemaChange, Transaction, Heartbeat events etc.