Uses of Interface
io.debezium.pipeline.source.spi.SnapshotChangeEventSource
-
Packages that use SnapshotChangeEventSource Package Description io.debezium.pipeline io.debezium.pipeline.source io.debezium.pipeline.source.spi io.debezium.relational -
-
Uses of SnapshotChangeEventSource in io.debezium.pipeline
Methods in io.debezium.pipeline with parameters of type SnapshotChangeEventSource Modifier and Type Method Description protected SnapshotResult<O>ChangeEventSourceCoordinator. doSnapshot(SnapshotChangeEventSource<P,O> snapshotSource, ChangeEventSource.ChangeEventSourceContext context, P partition, O previousOffset)protected ChangeEventSourceCoordinator.CatchUpStreamingResultChangeEventSourceCoordinator. executeCatchUpStreaming(ChangeEventSource.ChangeEventSourceContext context, SnapshotChangeEventSource<P,O> snapshotSource, P partition, O previousOffset)protected voidChangeEventSourceCoordinator. executeChangeEventSources(CdcSourceTaskContext taskContext, SnapshotChangeEventSource<P,O> snapshotSource, Offsets<P,O> previousOffsets, AtomicReference<LoggingContext.PreviousContext> previousLogContext, ChangeEventSource.ChangeEventSourceContext context) -
Uses of SnapshotChangeEventSource in io.debezium.pipeline.source
Classes in io.debezium.pipeline.source that implement SnapshotChangeEventSource Modifier and Type Class Description classAbstractSnapshotChangeEventSource<P extends Partition,O extends OffsetContext>An abstract implementation ofSnapshotChangeEventSourcethat all implementations should extend to inherit common functionality. -
Uses of SnapshotChangeEventSource in io.debezium.pipeline.source.spi
Methods in io.debezium.pipeline.source.spi that return SnapshotChangeEventSource Modifier and Type Method Description SnapshotChangeEventSource<P,O>ChangeEventSourceFactory. getSnapshotChangeEventSource(SnapshotProgressListener snapshotProgressListener)Returns a snapshot change event source that may emit change events for schema and/or data changes. -
Uses of SnapshotChangeEventSource in io.debezium.relational
Classes in io.debezium.relational that implement SnapshotChangeEventSource Modifier and Type Class Description classRelationalSnapshotChangeEventSource<P extends Partition,O extends OffsetContext>Base class forSnapshotChangeEventSourcefor relational databases with or without a schema history.
-