Class MySQLComBinlogDumpCommandPacket
java.lang.Object
org.apache.shardingsphere.db.protocol.mysql.packet.command.MySQLCommandPacket
org.apache.shardingsphere.db.protocol.mysql.packet.command.binlog.MySQLComBinlogDumpCommandPacket
- All Implemented Interfaces:
MySQLPacket,CommandPacket,DatabasePacket<MySQLPacketPayload>
COM_BINLOG_DUMP command packet for MySQL.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intif there is no more event to send a EOF_Packet instead of blocking the connection. -
Constructor Summary
ConstructorsConstructorDescriptionMySQLComBinlogDumpCommandPacket(int binlogPos, int serverId, String binlogFilename) -
Method Summary
Methods inherited from class org.apache.shardingsphere.db.protocol.mysql.packet.command.MySQLCommandPacket
getSequenceId, write
-
Field Details
-
BINLOG_DUMP_NON_BLOCK
public static final int BINLOG_DUMP_NON_BLOCKif there is no more event to send a EOF_Packet instead of blocking the connection.- See Also:
-
-
Constructor Details
-
MySQLComBinlogDumpCommandPacket
-
MySQLComBinlogDumpCommandPacket
-
-
Method Details
-
doWrite
- Overrides:
doWritein classMySQLCommandPacket
-