Uses of Interface
io.debezium.schema.DataCollectionSchema
-
Packages that use DataCollectionSchema Package Description io.debezium.pipeline io.debezium.pipeline.spi io.debezium.relational io.debezium.schema -
-
Uses of DataCollectionSchema in io.debezium.pipeline
Classes in io.debezium.pipeline with type parameters of type DataCollectionSchema Modifier and Type Class Description classAbstractChangeRecordEmitter<T extends DataCollectionSchema>An abstract implementation ofChangeRecordEmitter.Methods in io.debezium.pipeline that return types with arguments of type DataCollectionSchema Modifier and Type Method Description Optional<DataCollectionSchema>EventDispatcher. errorOnMissingSchema(T dataCollectionId, ChangeRecordEmitter changeRecordEmitter)Optional<DataCollectionSchema>EventDispatcher.InconsistentSchemaHandler. handle(T dataCollectionId, ChangeRecordEmitter changeRecordEmitter)Optional<DataCollectionSchema>EventDispatcher. ignoreMissingSchema(T dataCollectionId, ChangeRecordEmitter changeRecordEmitter)Methods in io.debezium.pipeline with parameters of type DataCollectionSchema Modifier and Type Method Description voidEventDispatcher.BufferingSnapshotChangeRecordReceiver. changeRecord(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(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(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 receiver) -
Uses of DataCollectionSchema in io.debezium.pipeline.spi
Methods in io.debezium.pipeline.spi with parameters of type DataCollectionSchema Modifier and Type Method Description voidChangeRecordEmitter.Receiver. changeRecord(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 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 DataCollectionSchema Modifier and Type Class Description classTableSchemaDefines 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 DataCollectionSchema Modifier and Type Method Description voidRelationalChangeRecordEmitter. emitChangeRecords(DataCollectionSchema schema, ChangeRecordEmitter.Receiver receiver) -
Uses of DataCollectionSchema in io.debezium.schema
Methods in io.debezium.schema that return DataCollectionSchema Modifier and Type Method Description DataCollectionSchemaDatabaseSchema. schemaFor(I id)
-