Uses of Class
io.debezium.connector.mysql.legacy.BinlogReader.BinlogPosition
Packages that use BinlogReader.BinlogPosition
-
Uses of BinlogReader.BinlogPosition in io.debezium.connector.mysql.legacy
Fields in io.debezium.connector.mysql.legacy declared as BinlogReader.BinlogPositionModifier and TypeFieldDescriptionprivate BinlogReader.BinlogPositionEventBuffer.forwardTillPositionContains the position of the last event belonging to the transaction that has not fit into the buffer.private BinlogReader.BinlogPositionEventBuffer.largeTxNotBufferedPositionContains the position of the first event that has not fit into the buffer.Methods in io.debezium.connector.mysql.legacy that return BinlogReader.BinlogPositionMethods in io.debezium.connector.mysql.legacy with parameters of type BinlogReader.BinlogPositionModifier and TypeMethodDescriptionprotected voidBinlogReader.rewindBinaryLogClient(BinlogReader.BinlogPosition position)