Uses of Class
io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshottingTask
Packages that use AbstractSnapshotChangeEventSource.SnapshottingTask
-
Uses of AbstractSnapshotChangeEventSource.SnapshottingTask in io.debezium.pipeline.source
Methods in io.debezium.pipeline.source that return AbstractSnapshotChangeEventSource.SnapshottingTaskModifier and TypeMethodDescriptionprotected abstract AbstractSnapshotChangeEventSource.SnapshottingTaskAbstractSnapshotChangeEventSource.getSnapshottingTask(P partition, O previousOffset) Returns the snapshotting task based on the previous offset (if available) and the connector's snapshotting mode.Methods in io.debezium.pipeline.source with parameters of type AbstractSnapshotChangeEventSource.SnapshottingTaskModifier and TypeMethodDescriptionprotected abstract SnapshotResult<O>AbstractSnapshotChangeEventSource.doExecute(ChangeEventSource.ChangeEventSourceContext context, O previousOffset, AbstractSnapshotChangeEventSource.SnapshotContext<P, O> snapshotContext, AbstractSnapshotChangeEventSource.SnapshottingTask snapshottingTask) Executes this source. -
Uses of AbstractSnapshotChangeEventSource.SnapshottingTask in io.debezium.relational
Methods in io.debezium.relational with parameters of type AbstractSnapshotChangeEventSource.SnapshottingTaskModifier and TypeMethodDescriptionprotected voidRelationalSnapshotChangeEventSource.createSchemaChangeEventsForTables(ChangeEventSource.ChangeEventSourceContext sourceContext, RelationalSnapshotChangeEventSource.RelationalSnapshotContext<P, O> snapshotContext, AbstractSnapshotChangeEventSource.SnapshottingTask snapshottingTask) RelationalSnapshotChangeEventSource.doExecute(ChangeEventSource.ChangeEventSourceContext context, O previousOffset, AbstractSnapshotChangeEventSource.SnapshotContext<P, O> snapshotContext, AbstractSnapshotChangeEventSource.SnapshottingTask snapshottingTask)