Uses of Interface
io.debezium.pipeline.source.snapshot.incremental.IncrementalSnapshotChangeEventSource
-
Packages that use IncrementalSnapshotChangeEventSource Package Description io.debezium.pipeline io.debezium.pipeline.source.snapshot.incremental io.debezium.pipeline.source.spi -
-
Uses of IncrementalSnapshotChangeEventSource in io.debezium.pipeline
Fields in io.debezium.pipeline declared as IncrementalSnapshotChangeEventSource Modifier and Type Field Description private IncrementalSnapshotChangeEventSource<T>EventDispatcher. incrementalSnapshotChangeEventSourceMethods in io.debezium.pipeline that return IncrementalSnapshotChangeEventSource Modifier and Type Method Description IncrementalSnapshotChangeEventSource<T>EventDispatcher. getIncrementalSnapshotChangeEventSource()Method parameters in io.debezium.pipeline with type arguments of type IncrementalSnapshotChangeEventSource Modifier and Type Method Description voidEventDispatcher. setIncrementalSnapshotChangeEventSource(Optional<IncrementalSnapshotChangeEventSource<? extends DataCollectionId>> incrementalSnapshotChangeEventSource)Enable support for incremental snapshotting. -
Uses of IncrementalSnapshotChangeEventSource in io.debezium.pipeline.source.snapshot.incremental
Classes in io.debezium.pipeline.source.snapshot.incremental that implement IncrementalSnapshotChangeEventSource Modifier and Type Class Description classSignalBasedIncrementalSnapshotChangeEventSource<T extends DataCollectionId> -
Uses of IncrementalSnapshotChangeEventSource in io.debezium.pipeline.source.spi
Methods in io.debezium.pipeline.source.spi that return types with arguments of type IncrementalSnapshotChangeEventSource 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.
-