Uses of Class
io.debezium.connector.mysql.MySqlStreamingChangeEventSource.BinlogPosition
-
Packages that use MySqlStreamingChangeEventSource.BinlogPosition Package Description io.debezium.connector.mysql -
-
Uses of MySqlStreamingChangeEventSource.BinlogPosition in io.debezium.connector.mysql
Fields in io.debezium.connector.mysql declared as MySqlStreamingChangeEventSource.BinlogPosition Modifier and Type Field Description private MySqlStreamingChangeEventSource.BinlogPositionEventBuffer. forwardTillPositionContains the position of the last event belonging to the transaction that has not fit into the buffer.private MySqlStreamingChangeEventSource.BinlogPositionEventBuffer. largeTxNotBufferedPositionContains the position of the first event that has not fit into the buffer.Methods in io.debezium.connector.mysql that return MySqlStreamingChangeEventSource.BinlogPosition Modifier and Type Method Description (package private) MySqlStreamingChangeEventSource.BinlogPositionMySqlStreamingChangeEventSource. getCurrentBinlogPosition()Methods in io.debezium.connector.mysql with parameters of type MySqlStreamingChangeEventSource.BinlogPosition Modifier and Type Method Description (package private) voidMySqlStreamingChangeEventSource. rewindBinaryLogClient(ChangeEventSource.ChangeEventSourceContext context, MySqlStreamingChangeEventSource.BinlogPosition position)
-