Uses of Class
org.apache.shardingsphere.db.protocol.mysql.packet.binlog.MySQLBinlogEventHeader
Packages that use MySQLBinlogEventHeader
Package
Description
-
Uses of MySQLBinlogEventHeader in org.apache.shardingsphere.db.protocol.mysql.packet.binlog
Methods in org.apache.shardingsphere.db.protocol.mysql.packet.binlog that return MySQLBinlogEventHeaderModifier and TypeMethodDescriptionMySQLBinlogEventPacket.getBinlogEventHeader()Get MySQL binlog event header. -
Uses of MySQLBinlogEventHeader in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.management
Constructors in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.management with parameters of type MySQLBinlogEventHeaderModifierConstructorDescriptionMySQLBinlogFormatDescriptionEventPacket(MySQLBinlogEventHeader binlogEventHeader, MySQLPacketPayload payload) MySQLBinlogRotateEventPacket(MySQLBinlogEventHeader binlogEventHeader, long position, String nextBinlogName) MySQLBinlogRotateEventPacket(MySQLBinlogEventHeader binlogEventHeader, MySQLPacketPayload payload) -
Uses of MySQLBinlogEventHeader in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row
Constructors in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row with parameters of type MySQLBinlogEventHeaderModifierConstructorDescriptionMySQLBinlogRowsEventPacket(MySQLBinlogEventHeader binlogEventHeader, MySQLPacketPayload payload) MySQLBinlogTableMapEventPacket(MySQLBinlogEventHeader binlogEventHeader, MySQLPacketPayload payload)