Uses of Interface
io.debezium.pipeline.source.spi.SnapshotProgressListener
-
-
Uses of SnapshotProgressListener in io.debezium.pipeline.metrics
Classes in io.debezium.pipeline.metrics that implement SnapshotProgressListener Modifier and Type Class Description classSnapshotChangeEventSourceMetricsMetrics related to the initial snapshot 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 SnapshotProgressListenerAbstractSnapshotChangeEventSource. snapshotProgressListenerConstructors in io.debezium.pipeline.source with parameters of type SnapshotProgressListener Constructor Description AbstractSnapshotChangeEventSource(CommonConnectorConfig connectorConfig, SnapshotProgressListener 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 SnapshotProgressListenerSignalBasedIncrementalSnapshotChangeEventSource. progressListenerConstructors in io.debezium.pipeline.source.snapshot.incremental with parameters of type SnapshotProgressListener Constructor Description SignalBasedIncrementalSnapshotChangeEventSource(CommonConnectorConfig config, JdbcConnection jdbcConnection, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener progressListener, DataChangeEventListener dataChangeEventListener) -
Uses of SnapshotProgressListener in io.debezium.pipeline.source.spi
Fields in io.debezium.pipeline.source.spi declared as SnapshotProgressListener Modifier and Type Field Description static SnapshotProgressListenerSnapshotProgressListener. NO_OPMethods in io.debezium.pipeline.source.spi with parameters of type SnapshotProgressListener Modifier and Type Method Description default Optional<IncrementalSnapshotChangeEventSource<? extends DataCollectionId>>ChangeEventSourceFactory. getIncrementalSnapshotChangeEventSource(O offsetContext, SnapshotProgressListener snapshotProgressListener, DataChangeEventListener 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<O>ChangeEventSourceFactory. getSnapshotChangeEventSource(SnapshotProgressListener 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 SnapshotProgressListenerRelationalSnapshotChangeEventSource. snapshotProgressListenerConstructors in io.debezium.relational with parameters of type SnapshotProgressListener Constructor Description RelationalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig connectorConfig, JdbcConnection jdbcConnection, EventDispatcher<TableId> dispatcher, Clock clock, SnapshotProgressListener snapshotProgressListener)RelationalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig connectorConfig, JdbcConnection jdbcConnection, HistorizedRelationalDatabaseSchema schema, EventDispatcher<TableId> dispatcher, Clock clock, SnapshotProgressListener snapshotProgressListener)
-