Uses of Class
io.debezium.connector.mysql.legacy.BinlogReader.BinlogPosition
-
Packages that use BinlogReader.BinlogPosition Package Description io.debezium.connector.mysql.legacy -
-
Uses of BinlogReader.BinlogPosition in io.debezium.connector.mysql.legacy
Fields in io.debezium.connector.mysql.legacy declared as BinlogReader.BinlogPosition Modifier and Type Field Description private 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.BinlogPosition Modifier and Type Method Description BinlogReader.BinlogPositionBinlogReader. getCurrentBinlogPosition()Methods in io.debezium.connector.mysql.legacy with parameters of type BinlogReader.BinlogPosition Modifier and Type Method Description protected voidBinlogReader. rewindBinaryLogClient(BinlogReader.BinlogPosition position)
-