Class MySQLBinlogFormatDescriptionEventPacket
java.lang.Object
org.apache.shardingsphere.db.protocol.mysql.packet.binlog.AbstractMySQLBinlogEventPacket
org.apache.shardingsphere.db.protocol.mysql.packet.binlog.management.MySQLBinlogFormatDescriptionEventPacket
- All Implemented Interfaces:
MySQLBinlogEventPacket,MySQLPacket,DatabasePacket<MySQLPacketPayload>
MySQL binlog format description event packet.
-
Constructor Summary
ConstructorsConstructorDescriptionMySQLBinlogFormatDescriptionEventPacket(MySQLBinlogEventHeader binlogEventHeader, MySQLPacketPayload payload) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidwriteEvent(MySQLPacketPayload payload) Write event body packet to byte buffer.Methods inherited from class org.apache.shardingsphere.db.protocol.mysql.packet.binlog.AbstractMySQLBinlogEventPacket
getRemainBytesLength, getSequenceId, writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.db.protocol.mysql.packet.binlog.MySQLBinlogEventPacket
getBinlogEventHeader
-
Constructor Details
-
MySQLBinlogFormatDescriptionEventPacket
public MySQLBinlogFormatDescriptionEventPacket(MySQLBinlogEventHeader binlogEventHeader, MySQLPacketPayload payload)
-
-
Method Details
-
writeEvent
Description copied from class:AbstractMySQLBinlogEventPacketWrite event body packet to byte buffer.- Specified by:
writeEventin classAbstractMySQLBinlogEventPacket- Parameters:
payload- packet payload to be written
-