Uses of Interface
io.debezium.pipeline.source.snapshot.incremental.IncrementalSnapshotContext
-
Packages that use IncrementalSnapshotContext Package Description io.debezium.pipeline.source.snapshot.incremental io.debezium.pipeline.spi -
-
Uses of IncrementalSnapshotContext in io.debezium.pipeline.source.snapshot.incremental
Classes in io.debezium.pipeline.source.snapshot.incremental that implement IncrementalSnapshotContext Modifier and Type Class Description classAbstractIncrementalSnapshotContext<T>A class describing current state of incremental snapshotclassSignalBasedIncrementalSnapshotContext<T>A class describing current state of incremental snapshotFields in io.debezium.pipeline.source.snapshot.incremental declared as IncrementalSnapshotContext Modifier and Type Field Description protected IncrementalSnapshotContext<T>AbstractIncrementalSnapshotChangeEventSource. contextMethods in io.debezium.pipeline.source.snapshot.incremental that return IncrementalSnapshotContext Modifier and Type Method Description protected static <U> IncrementalSnapshotContext<U>AbstractIncrementalSnapshotContext. init(AbstractIncrementalSnapshotContext<U> context, Map<String,?> offsets)static <U> IncrementalSnapshotContext<U>SignalBasedIncrementalSnapshotContext. load(Map<String,?> offsets)Methods in io.debezium.pipeline.source.snapshot.incremental with parameters of type IncrementalSnapshotContext Modifier and Type Method Description protected voidAbstractIncrementalSnapshotChangeEventSource. postReadChunk(IncrementalSnapshotContext<T> context)protected voidAbstractIncrementalSnapshotChangeEventSource. preReadChunk(IncrementalSnapshotContext<T> context)protected voidAbstractIncrementalSnapshotChangeEventSource. setContext(IncrementalSnapshotContext<T> context) -
Uses of IncrementalSnapshotContext in io.debezium.pipeline.spi
Methods in io.debezium.pipeline.spi that return IncrementalSnapshotContext Modifier and Type Method Description default IncrementalSnapshotContext<?>OffsetContext. getIncrementalSnapshotContext()Provide a context used byIncrementalSnapshotChangeEventSourceso persist its internal state into offsets to survive between restarts.
-