Uses of Class
io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshottingTask
-
Packages that use AbstractSnapshotChangeEventSource.SnapshottingTask Package Description io.debezium.pipeline.source io.debezium.relational -
-
Uses of AbstractSnapshotChangeEventSource.SnapshottingTask in io.debezium.pipeline.source
Methods in io.debezium.pipeline.source that return AbstractSnapshotChangeEventSource.SnapshottingTask Modifier and Type Method Description protected abstract AbstractSnapshotChangeEventSource.SnapshottingTaskAbstractSnapshotChangeEventSource. getSnapshottingTask(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.SnapshottingTask Modifier and Type Method Description protected abstract SnapshotResult<O>AbstractSnapshotChangeEventSource. doExecute(ChangeEventSource.ChangeEventSourceContext context, O previousOffset, AbstractSnapshotChangeEventSource.SnapshotContext<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.SnapshottingTask Modifier and Type Method Description protected voidRelationalSnapshotChangeEventSource. createSchemaChangeEventsForTables(ChangeEventSource.ChangeEventSourceContext sourceContext, RelationalSnapshotChangeEventSource.RelationalSnapshotContext<O> snapshotContext, AbstractSnapshotChangeEventSource.SnapshottingTask snapshottingTask)SnapshotResult<O>RelationalSnapshotChangeEventSource. doExecute(ChangeEventSource.ChangeEventSourceContext context, O previousOffset, AbstractSnapshotChangeEventSource.SnapshotContext<O> snapshotContext, AbstractSnapshotChangeEventSource.SnapshottingTask snapshottingTask)
-