Uses of Interface
io.debezium.pipeline.source.spi.ChangeEventSource
-
Packages that use ChangeEventSource Package Description io.debezium.pipeline.source io.debezium.pipeline.source.spi io.debezium.relational -
-
Uses of ChangeEventSource in io.debezium.pipeline.source
Classes in io.debezium.pipeline.source that implement ChangeEventSource 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 ChangeEventSource in io.debezium.pipeline.source.spi
Subinterfaces of ChangeEventSource in io.debezium.pipeline.source.spi Modifier and Type Interface Description interfaceSnapshotChangeEventSource<P extends Partition,O extends OffsetContext>A change event source that emits events for taking a consistent snapshot of the captured tables, which may include schema and data information.interfaceStreamingChangeEventSource<P extends Partition,O extends OffsetContext>A change event source that emits events from a DB log, such as MySQL's binlog or similar. -
Uses of ChangeEventSource in io.debezium.relational
Classes in io.debezium.relational that implement ChangeEventSource Modifier and Type Class Description classRelationalSnapshotChangeEventSource<P extends Partition,O extends OffsetContext>Base class forSnapshotChangeEventSourcefor relational databases with or without a schema history.
-