Uses of Interface
io.debezium.pipeline.source.spi.SnapshotChangeEventSource
Packages that use SnapshotChangeEventSource
Package
Description
-
Uses of SnapshotChangeEventSource in io.debezium.pipeline
Fields in io.debezium.pipeline declared as SnapshotChangeEventSourceModifier and TypeFieldDescriptionprivate SnapshotChangeEventSource<P,O> ChangeEventSourceCoordinator.snapshotSourceMethods in io.debezium.pipeline with parameters of type SnapshotChangeEventSourceModifier and TypeMethodDescriptionprotected SnapshotResult<O>ChangeEventSourceCoordinator.doSnapshot(SnapshotChangeEventSource<P, O> snapshotSource, ChangeEventSource.ChangeEventSourceContext context, P partition, O previousOffset) protected ChangeEventSourceCoordinator<P,O>.CatchUpStreamingResult ChangeEventSourceCoordinator.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 SnapshotChangeEventSourceModifier and TypeClassDescriptionclassAbstractSnapshotChangeEventSource<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 SnapshotChangeEventSourceModifier and TypeMethodDescriptionChangeEventSourceFactory.getSnapshotChangeEventSource(SnapshotProgressListener<P> snapshotProgressListener, NotificationService<P, O> notificationService) 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 SnapshotChangeEventSourceModifier and TypeClassDescriptionclassRelationalSnapshotChangeEventSource<P extends Partition,O extends OffsetContext> Base class forSnapshotChangeEventSourcefor relational databases with or without a schema history.