Uses of Class
io.debezium.connector.binlog.BinlogOffsetContext
Packages that use BinlogOffsetContext
-
Uses of BinlogOffsetContext in io.debezium.connector.binlog
Classes in io.debezium.connector.binlog with type parameters of type BinlogOffsetContextModifier and TypeClassDescriptionclassBinlogDatabaseSchema<P extends BinlogPartition,O extends BinlogOffsetContext<?>, V extends ValueConverterProvider, D extends DefaultValueConverter> Abstract implementation that records schema history for binlog-based databases.static classBinlogOffsetContext.Loader<O extends BinlogOffsetContext>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.Fields in io.debezium.connector.binlog declared as BinlogOffsetContextModifier and TypeFieldDescriptionprivate OBinlogStreamingChangeEventSource.effectiveOffsetContextprivate final OBinlogStreamingChangeEventSource.ReaderThreadLifecycleListener.offsetContext