Class AbstractIncrementalSnapshotChangeEventSource<P extends Partition,T extends DataCollectionId>

java.lang.Object
io.debezium.pipeline.source.snapshot.incremental.AbstractIncrementalSnapshotChangeEventSource<P,T>
All Implemented Interfaces:
IncrementalSnapshotChangeEventSource<P,T>
Direct Known Subclasses:
SignalBasedIncrementalSnapshotChangeEventSource

@NotThreadSafe public abstract class AbstractIncrementalSnapshotChangeEventSource<P extends Partition,T extends DataCollectionId> extends Object implements IncrementalSnapshotChangeEventSource<P,T>
An incremental snapshot change event source that emits events from a DB log interleaved with snapshot events.