Uses of Interface
io.debezium.pipeline.source.snapshot.incremental.IncrementalSnapshotContext
Packages that use IncrementalSnapshotContext
-
Uses of IncrementalSnapshotContext in io.debezium.pipeline.source.snapshot.incremental
Classes in io.debezium.pipeline.source.snapshot.incremental that implement IncrementalSnapshotContextModifier and TypeClassDescriptionclassA class describing current state of incremental snapshotclassA class describing current state of incremental snapshotFields in io.debezium.pipeline.source.snapshot.incremental declared as IncrementalSnapshotContextModifier and TypeFieldDescriptionprotected IncrementalSnapshotContext<T>AbstractIncrementalSnapshotChangeEventSource.contextMethods in io.debezium.pipeline.source.snapshot.incremental that return IncrementalSnapshotContextModifier and TypeMethodDescriptionprotected static <U> IncrementalSnapshotContext<U>AbstractIncrementalSnapshotContext.init(AbstractIncrementalSnapshotContext<U> context, Map<String, ?> offsets) static <U> IncrementalSnapshotContext<U>Methods in io.debezium.pipeline.source.snapshot.incremental with parameters of type IncrementalSnapshotContextModifier and TypeMethodDescriptionprotected 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 IncrementalSnapshotContextModifier and TypeMethodDescriptiondefault IncrementalSnapshotContext<?>OffsetContext.getIncrementalSnapshotContext()Provide a context used byIncrementalSnapshotChangeEventSourceso persist its internal state into offsets to survive between restarts.