Uses of Class
io.debezium.pipeline.signal.actions.snapshotting.SnapshotConfiguration
Packages that use SnapshotConfiguration
Package
Description
-
Uses of SnapshotConfiguration in io.debezium.pipeline
Methods in io.debezium.pipeline with parameters of type SnapshotConfigurationModifier and TypeMethodDescriptionvoidChangeEventSourceCoordinator.doBlockingSnapshot(P partition, OffsetContext offsetContext, SnapshotConfiguration snapshotConfiguration) -
Uses of SnapshotConfiguration in io.debezium.pipeline.signal.actions.snapshotting
Methods in io.debezium.pipeline.signal.actions.snapshotting that return SnapshotConfiguration -
Uses of SnapshotConfiguration in io.debezium.pipeline.source.snapshot.incremental
Methods in io.debezium.pipeline.source.snapshot.incremental with parameters of type SnapshotConfigurationModifier and TypeMethodDescriptionvoidAbstractIncrementalSnapshotChangeEventSource.addDataCollectionNamesToSnapshot(SignalPayload<P> signalPayload, SnapshotConfiguration snapshotConfiguration) voidIncrementalSnapshotChangeEventSource.addDataCollectionNamesToSnapshot(SignalPayload<P> signalPayload, SnapshotConfiguration snapshotConfiguration) -
Uses of SnapshotConfiguration in io.debezium.pipeline.source.spi
Methods in io.debezium.pipeline.source.spi with parameters of type SnapshotConfigurationModifier and TypeMethodDescriptionSnapshotChangeEventSource.getBlockingSnapshottingTask(P partition, O previousOffset, SnapshotConfiguration snapshotConfiguration) Returns the blocking snapshotting task based on the snapshot configuration from the signal. -
Uses of SnapshotConfiguration in io.debezium.relational
Methods in io.debezium.relational with parameters of type SnapshotConfigurationModifier and TypeMethodDescriptionRelationalSnapshotChangeEventSource.getBlockingSnapshottingTask(P partition, O previousOffset, SnapshotConfiguration snapshotConfiguration)