Uses of Interface
io.debezium.schema.DataCollectionSchema
Packages that use DataCollectionSchema
Package
Description
-
Uses of DataCollectionSchema in io.debezium.pipeline
Classes in io.debezium.pipeline with type parameters of type DataCollectionSchemaModifier and TypeClassDescriptionclassAbstractChangeRecordEmitter<P extends Partition,T extends DataCollectionSchema> An abstract implementation ofChangeRecordEmitter.Methods in io.debezium.pipeline that return types with arguments of type DataCollectionSchemaModifier and TypeMethodDescriptionEventDispatcher.errorOnMissingSchema(P partition, T dataCollectionId, ChangeRecordEmitter<P> changeRecordEmitter) EventDispatcher.InconsistentSchemaHandler.handle(P partition, T dataCollectionId, ChangeRecordEmitter changeRecordEmitter) EventDispatcher.ignoreMissingSchema(T dataCollectionId, ChangeRecordEmitter<P> changeRecordEmitter) Methods in io.debezium.pipeline with parameters of type DataCollectionSchemaModifier and TypeMethodDescriptionvoidEventDispatcher.BufferingSnapshotChangeRecordReceiver.changeRecord(P partition, DataCollectionSchema dataCollectionSchema, Envelope.Operation operation, Object key, org.apache.kafka.connect.data.Struct value, OffsetContext offsetContext, org.apache.kafka.connect.header.ConnectHeaders headers) voidEventDispatcher.IncrementalSnapshotChangeRecordReceiver.changeRecord(P partition, DataCollectionSchema dataCollectionSchema, Envelope.Operation operation, Object key, org.apache.kafka.connect.data.Struct value, OffsetContext offsetContext, org.apache.kafka.connect.header.ConnectHeaders headers) voidEventDispatcher.StreamingChangeRecordReceiver.changeRecord(P partition, DataCollectionSchema dataCollectionSchema, Envelope.Operation operation, Object key, org.apache.kafka.connect.data.Struct value, OffsetContext offsetContext, org.apache.kafka.connect.header.ConnectHeaders headers) voidAbstractChangeRecordEmitter.emitChangeRecords(DataCollectionSchema schema, ChangeRecordEmitter.Receiver<P> receiver) -
Uses of DataCollectionSchema in io.debezium.pipeline.spi
Methods in io.debezium.pipeline.spi with parameters of type DataCollectionSchemaModifier and TypeMethodDescriptionvoidChangeRecordEmitter.Receiver.changeRecord(P partition, DataCollectionSchema schema, Envelope.Operation operation, Object key, org.apache.kafka.connect.data.Struct value, OffsetContext offset, org.apache.kafka.connect.header.ConnectHeaders headers) voidChangeRecordEmitter.emitChangeRecords(DataCollectionSchema schema, ChangeRecordEmitter.Receiver<P> receiver) Emits the change record(s) corresponding to data change represented by this emitter. -
Uses of DataCollectionSchema in io.debezium.relational
Classes in io.debezium.relational that implement DataCollectionSchemaModifier and TypeClassDescriptionclassDefines the Kafka ConnectSchemafunctionality associated with a giventable definition, and which can be used to send rows of data that match the table definition to Kafka Connect.Methods in io.debezium.relational with parameters of type DataCollectionSchemaModifier and TypeMethodDescriptionvoidRelationalChangeRecordEmitter.emitChangeRecords(DataCollectionSchema schema, ChangeRecordEmitter.Receiver<P> receiver) -
Uses of DataCollectionSchema in io.debezium.schema
Methods in io.debezium.schema that return DataCollectionSchema