Class MySQLEofPacket
java.lang.Object
org.apache.shardingsphere.db.protocol.mysql.packet.generic.MySQLEofPacket
- All Implemented Interfaces:
MySQLPacket,DatabasePacket<MySQLPacketPayload>
EOF packet protocol for MySQL.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMySQLEofPacket(int sequenceId, int statusFlags) MySQLEofPacket(MySQLPacketPayload payload) -
Method Summary
Methods 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.MySQLPacket
getSequenceId
-
Field Details
-
HEADER
public static final int HEADERHeader of EOF packet.- See Also:
-
-
Constructor Details
-
MySQLEofPacket
public MySQLEofPacket(int sequenceId, int statusFlags) -
MySQLEofPacket
-
-
Method Details
-
write
- Specified by:
writein interfaceDatabasePacket<MySQLPacketPayload>
-