Uses of Interface
io.debezium.pipeline.source.spi.DataChangeEventListener
-
Packages that use DataChangeEventListener Package Description io.debezium.pipeline io.debezium.pipeline.metrics io.debezium.pipeline.source.snapshot.incremental io.debezium.pipeline.source.spi -
-
Uses of DataChangeEventListener in io.debezium.pipeline
Fields in io.debezium.pipeline declared as DataChangeEventListener Modifier and Type Field Description DataChangeEventListener<P>EventDispatcher.IncrementalSnapshotChangeRecordReceiver. dataListenerprivate DataChangeEventListener<P>EventDispatcher. eventListenerMethods in io.debezium.pipeline with parameters of type DataChangeEventListener Modifier and Type Method Description EventDispatcher.SnapshotReceiver<P>EventDispatcher. getIncrementalSnapshotChangeEventReceiver(DataChangeEventListener<P> dataListener)voidEventDispatcher. setEventListener(DataChangeEventListener<P> eventListener)Provide a listener that is invoked for every incoming event to be processed.Constructors in io.debezium.pipeline with parameters of type DataChangeEventListener Constructor Description IncrementalSnapshotChangeRecordReceiver(DataChangeEventListener<P> dataListener) -
Uses of DataChangeEventListener in io.debezium.pipeline.metrics
Subinterfaces of DataChangeEventListener in io.debezium.pipeline.metrics Modifier and Type Interface Description interfaceChangeEventSourceMetrics<P extends Partition>Common API for all change event source metrics regardless of the connector phase.interfaceSnapshotChangeEventSourceMetrics<P extends Partition>Metrics related to the snapshot phase of a connector.interfaceStreamingChangeEventSourceMetrics<P extends Partition>Metrics related to the streaming phase of a connector.Classes in io.debezium.pipeline.metrics that implement DataChangeEventListener Modifier and Type Class Description classDefaultSnapshotChangeEventSourceMetrics<P extends Partition>The default implementation of metrics related to the snapshot phase of a connector.classDefaultStreamingChangeEventSourceMetrics<P extends Partition>The default implementation of metrics related to the streaming phase of a connector.classPipelineMetrics<P extends Partition>Base for metrics implementations. -
Uses of DataChangeEventListener in io.debezium.pipeline.source.snapshot.incremental
Fields in io.debezium.pipeline.source.snapshot.incremental declared as DataChangeEventListener Modifier and Type Field Description private DataChangeEventListener<P>AbstractIncrementalSnapshotChangeEventSource. dataListenerConstructors in io.debezium.pipeline.source.snapshot.incremental with parameters of type DataChangeEventListener Constructor Description AbstractIncrementalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<P,T> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener<P> progressListener, DataChangeEventListener<P> dataChangeEventListener)SignalBasedIncrementalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<P,T> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener<P> progressListener, DataChangeEventListener<P> dataChangeEventListener) -
Uses of DataChangeEventListener in io.debezium.pipeline.source.spi
Methods in io.debezium.pipeline.source.spi that return DataChangeEventListener Modifier and Type Method Description static <P extends Partition>
DataChangeEventListener<P>DataChangeEventListener. NO_OP()Methods in io.debezium.pipeline.source.spi with parameters of type DataChangeEventListener Modifier and Type Method Description default Optional<IncrementalSnapshotChangeEventSource<P,? extends DataCollectionId>>ChangeEventSourceFactory. getIncrementalSnapshotChangeEventSource(O offsetContext, SnapshotProgressListener<P> snapshotProgressListener, DataChangeEventListener<P> dataChangeEventListener)Returns and incremental snapshot change event source that can run in parallel with streaming and read and send data collection content in chunk.
-