Uses of Class
io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext
Packages that use AbstractSnapshotChangeEventSource.SnapshotContext
-
Uses of AbstractSnapshotChangeEventSource.SnapshotContext in io.debezium.pipeline.source
Methods in io.debezium.pipeline.source that return AbstractSnapshotChangeEventSource.SnapshotContextModifier and TypeMethodDescriptionprotected abstract AbstractSnapshotChangeEventSource.SnapshotContext<P,O> Prepares the taking of a snapshot and returns an initialAbstractSnapshotChangeEventSource.SnapshotContext.Methods in io.debezium.pipeline.source with parameters of type AbstractSnapshotChangeEventSource.SnapshotContextModifier and TypeMethodDescriptionprotected voidAbstractSnapshotChangeEventSource.aborted(AbstractSnapshotChangeEventSource.SnapshotContext<P, O> snapshotContext) Completes the snapshot, doing any required clean-up (resource disposal etc.).protected voidAbstractSnapshotChangeEventSource.completed(AbstractSnapshotChangeEventSource.SnapshotContext<P, O> snapshotContext) Completes the snapshot, doing any required clean-up (resource disposal etc.).protected abstract SnapshotResult<O>AbstractSnapshotChangeEventSource.doExecute(ChangeEventSource.ChangeEventSourceContext context, O previousOffset, AbstractSnapshotChangeEventSource.SnapshotContext<P, O> snapshotContext, AbstractSnapshotChangeEventSource.SnapshottingTask snapshottingTask) Executes this source.protected Offsets<P,OffsetContext> AbstractSnapshotChangeEventSource.getOffsets(AbstractSnapshotChangeEventSource.SnapshotContext<P, O> ctx, O previousOffset, AbstractSnapshotChangeEventSource.SnapshottingTask snapshottingTask) -
Uses of AbstractSnapshotChangeEventSource.SnapshotContext in io.debezium.relational
Subclasses of AbstractSnapshotChangeEventSource.SnapshotContext in io.debezium.relationalModifier and TypeClassDescriptionstatic classRelationalSnapshotChangeEventSource.RelationalSnapshotContext<P extends Partition,O extends OffsetContext> Mutable context which is populated in the course of snapshotting.Methods in io.debezium.relational with parameters of type AbstractSnapshotChangeEventSource.SnapshotContextModifier and TypeMethodDescriptionRelationalSnapshotChangeEventSource.doExecute(ChangeEventSource.ChangeEventSourceContext context, O previousOffset, AbstractSnapshotChangeEventSource.SnapshotContext<P, O> snapshotContext, AbstractSnapshotChangeEventSource.SnapshottingTask snapshottingTask)