Uses of Class
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
Fields in io.debezium.pipeline.source.snapshot.incremental declared as IncrementalSnapshotContext Modifier and Type Field Description private IncrementalSnapshotContext<T>SignalBasedIncrementalSnapshotChangeEventSource. contextMethods in io.debezium.pipeline.source.snapshot.incremental that return IncrementalSnapshotContext Modifier and Type Method Description static <U> IncrementalSnapshotContext<U>IncrementalSnapshotContext. load(Map<String,?> offsets, Class<U> clazz)Methods in io.debezium.pipeline.source.snapshot.incremental with parameters of type IncrementalSnapshotContext Modifier and Type Method Description protected voidSignalBasedIncrementalSnapshotChangeEventSource. 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.
-