Uses of Class
io.debezium.connector.mysql.MySqlStreamingChangeEventSource.BinlogPosition
Packages that use MySqlStreamingChangeEventSource.BinlogPosition
-
Uses of MySqlStreamingChangeEventSource.BinlogPosition in io.debezium.connector.mysql
Fields in io.debezium.connector.mysql declared as MySqlStreamingChangeEventSource.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.mysql that return MySqlStreamingChangeEventSource.BinlogPositionModifier and TypeMethodDescription(package private) MySqlStreamingChangeEventSource.BinlogPositionMySqlStreamingChangeEventSource.getCurrentBinlogPosition()Methods in io.debezium.connector.mysql with parameters of type MySqlStreamingChangeEventSource.BinlogPositionModifier and TypeMethodDescription(package private) voidMySqlStreamingChangeEventSource.rewindBinaryLogClient(ChangeEventSource.ChangeEventSourceContext context, MySqlStreamingChangeEventSource.BinlogPosition position)