Uses of Class
io.debezium.connector.binlog.BinlogStreamingChangeEventSource.BinlogPosition
Packages that use BinlogStreamingChangeEventSource.BinlogPosition
-
Uses of BinlogStreamingChangeEventSource.BinlogPosition in io.debezium.connector.binlog
Fields in io.debezium.connector.binlog declared as BinlogStreamingChangeEventSource.BinlogPositionModifier and TypeFieldDescriptionEventBuffer.forwardTillPositionContains the position of the last event belonging to the transaction that has not fit into the buffer.EventBuffer.largeTxNotBufferedPositionContains the position of the first event that has not fit into the buffer.Methods in io.debezium.connector.binlog that return BinlogStreamingChangeEventSource.BinlogPositionModifier and TypeMethodDescription(package private) BinlogStreamingChangeEventSource.BinlogPositionBinlogStreamingChangeEventSource.getCurrentBinlogPosition()Methods in io.debezium.connector.binlog with parameters of type BinlogStreamingChangeEventSource.BinlogPositionModifier and TypeMethodDescription(package private) voidBinlogStreamingChangeEventSource.rewindBinaryLogClient(ChangeEventSource.ChangeEventSourceContext context, BinlogStreamingChangeEventSource.BinlogPosition position)