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 ChangeEventSourceCoordinator.CatchUpStreamingResultChangeEventSourceCoordinator. executeCatchUpStreaming(OffsetContext previousOffset, ChangeEventSource.ChangeEventSourceContext context, SnapshotChangeEventSource snapshotSource) -
Uses of SnapshotChangeEventSource in io.debezium.pipeline.source
Classes in io.debezium.pipeline.source that implement SnapshotChangeEventSource Modifier and Type Class Description classAbstractSnapshotChangeEventSourceAn 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 SnapshotChangeEventSourceChangeEventSourceFactory. getSnapshotChangeEventSource(OffsetContext offsetContext, 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 classRelationalSnapshotChangeEventSourceBase class forSnapshotChangeEventSourcefor relational databases with or without a schema history.
-