Uses of Interface
io.debezium.pipeline.source.spi.SnapshotProgressListener
-
-
Uses of SnapshotProgressListener in io.debezium.pipeline.metrics
Subinterfaces of SnapshotProgressListener in io.debezium.pipeline.metrics Modifier and Type Interface Description interfaceSnapshotChangeEventSourceMetrics<P extends Partition>Metrics related to the snapshot phase of a connector.Classes in io.debezium.pipeline.metrics that implement SnapshotProgressListener Modifier and Type Class Description classDefaultSnapshotChangeEventSourceMetrics<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 SnapshotProgressListener Modifier and Type Field Description private SnapshotProgressListener<P>AbstractSnapshotChangeEventSource. snapshotProgressListenerConstructors in io.debezium.pipeline.source with parameters of type SnapshotProgressListener Constructor Description AbstractSnapshotChangeEventSource(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 SnapshotProgressListener Modifier and Type Field Description private SnapshotProgressListener<P>AbstractIncrementalSnapshotChangeEventSource. progressListenerConstructors in io.debezium.pipeline.source.snapshot.incremental with parameters of type SnapshotProgressListener 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 SnapshotProgressListener in io.debezium.pipeline.source.spi
Methods in io.debezium.pipeline.source.spi that return SnapshotProgressListener Modifier and Type Method Description static <P extends Partition>
SnapshotProgressListener<P>SnapshotProgressListener. NO_OP()Methods in io.debezium.pipeline.source.spi with parameters of type SnapshotProgressListener 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.SnapshotChangeEventSource<P,O>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 SnapshotProgressListener Modifier and Type Field Description private SnapshotProgressListener<P>RelationalSnapshotChangeEventSource. snapshotProgressListenerConstructors in io.debezium.relational with parameters of type SnapshotProgressListener Constructor Description RelationalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig connectorConfig, JdbcConnection jdbcConnection, RelationalDatabaseSchema schema, EventDispatcher<P,TableId> dispatcher, Clock clock, SnapshotProgressListener<P> snapshotProgressListener)
-