Uses of Class
io.debezium.connector.binlog.BinlogPartition
Packages that use BinlogPartition
-
Uses of BinlogPartition in io.debezium.connector.binlog
Classes in io.debezium.connector.binlog with type parameters of type BinlogPartitionModifier and TypeClassDescriptionclassBinlogChangeRecordEmitter<P extends BinlogPartition>Emits change data.classBinlogDatabaseSchema<P extends BinlogPartition,O extends BinlogOffsetContext<?>, V extends ValueConverterProvider, D extends DefaultValueConverter> Abstract implementation that records schema history for binlog-based databases.classBinlogReadOnlyIncrementalSnapshotChangeEventSource<P extends BinlogPartition,O extends BinlogOffsetContext> classBinlogSnapshotChangeEventSource<P extends BinlogPartition,O extends BinlogOffsetContext<?>> An abstract implementation ofSnapshotChangeEventSourcefor binlog-based connectors.private static classBinlogSnapshotChangeEventSource.BinlogSnapshotContext<P extends BinlogPartition,O extends BinlogOffsetContext> Mutable context which is populated in the course of snapshotting.classBinlogStreamingChangeEventSource<P extends BinlogPartition,O extends BinlogOffsetContext> An abstract common implementation ofStreamingChangeEventSourcefor binlog-based connectors.classEventBuffer<T extends BinlogStreamingChangeEventSource<P,O>, P extends BinlogPartition, O extends BinlogOffsetContext> This class represents a look-ahead buffer that allows Debezium to accumulate binlog events and decide if the last event in transaction is eitherROLLBACKorCOMMIT. -
Uses of BinlogPartition in io.debezium.connector.binlog.metrics
Classes in io.debezium.connector.binlog.metrics with type parameters of type BinlogPartitionModifier and TypeClassDescriptionclassTracks the snapshot metrics for binlog-based connectors.