Uses of Interface
io.debezium.pipeline.source.spi.SnapshotProgressListener
Packages that use SnapshotProgressListener
Package
Description
-
Uses of SnapshotProgressListener in io.debezium.pipeline.metrics
Subinterfaces of SnapshotProgressListener in io.debezium.pipeline.metricsModifier and TypeInterfaceDescriptioninterfaceSnapshotChangeEventSourceMetrics<P extends Partition>Metrics related to the snapshot phase of a connector.Classes in io.debezium.pipeline.metrics that implement SnapshotProgressListenerModifier and TypeClassDescriptionclassDefaultSnapshotChangeEventSourceMetrics<P extends Partition>The default implementation of metrics related to the snapshot phase of a connector. -
Uses of SnapshotProgressListener in io.debezium.pipeline.source
Fields in io.debezium.pipeline.source declared as SnapshotProgressListenerModifier and TypeFieldDescriptionprivate final SnapshotProgressListener<P>AbstractSnapshotChangeEventSource.snapshotProgressListenerConstructors in io.debezium.pipeline.source with parameters of type SnapshotProgressListenerModifierConstructorDescriptionAbstractSnapshotChangeEventSource(CommonConnectorConfig connectorConfig, SnapshotProgressListener<P> snapshotProgressListener) -
Uses of SnapshotProgressListener in io.debezium.pipeline.source.snapshot.incremental
Fields in io.debezium.pipeline.source.snapshot.incremental declared as SnapshotProgressListenerModifier and TypeFieldDescriptionprivate final SnapshotProgressListener<P>AbstractIncrementalSnapshotChangeEventSource.progressListenerConstructors in io.debezium.pipeline.source.snapshot.incremental with parameters of type SnapshotProgressListenerModifierConstructorDescriptionAbstractIncrementalSnapshotChangeEventSource(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 SnapshotProgressListener in io.debezium.pipeline.source.spi
Methods in io.debezium.pipeline.source.spi that return SnapshotProgressListenerModifier and TypeMethodDescriptionstatic <P extends Partition>
SnapshotProgressListener<P>SnapshotProgressListener.NO_OP()Methods in io.debezium.pipeline.source.spi with parameters of type SnapshotProgressListenerModifier and TypeMethodDescriptiondefault 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.ChangeEventSourceFactory.getSnapshotChangeEventSource(SnapshotProgressListener<P> snapshotProgressListener) Returns a snapshot change event source that may emit change events for schema and/or data changes. -
Uses of SnapshotProgressListener in io.debezium.relational
Fields in io.debezium.relational declared as SnapshotProgressListenerModifier and TypeFieldDescriptionprivate final SnapshotProgressListener<P>RelationalSnapshotChangeEventSource.snapshotProgressListenerConstructors in io.debezium.relational with parameters of type SnapshotProgressListenerModifierConstructorDescriptionRelationalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig connectorConfig, JdbcConnection jdbcConnection, RelationalDatabaseSchema schema, EventDispatcher<P, TableId> dispatcher, Clock clock, SnapshotProgressListener<P> snapshotProgressListener)