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(OffsetContext 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 SnapshotResultAbstractSnapshotChangeEventSource. doExecute(ChangeEventSource.ChangeEventSourceContext context, AbstractSnapshotChangeEventSource.SnapshotContext 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 snapshotContext, AbstractSnapshotChangeEventSource.SnapshottingTask snapshottingTask)SnapshotResultRelationalSnapshotChangeEventSource. doExecute(ChangeEventSource.ChangeEventSourceContext context, AbstractSnapshotChangeEventSource.SnapshotContext snapshotContext, AbstractSnapshotChangeEventSource.SnapshottingTask snapshottingTask)
-