Class MySQLComRegisterSlaveCommandPacket
java.lang.Object
org.apache.shardingsphere.db.protocol.mysql.packet.command.MySQLCommandPacket
org.apache.shardingsphere.db.protocol.mysql.packet.command.binlog.MySQLComRegisterSlaveCommandPacket
- All Implemented Interfaces:
MySQLPacket,CommandPacket,DatabasePacket<MySQLPacketPayload>
COM_REGISTER_SLAVE command packet for MySQL.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMySQLComRegisterSlaveCommandPacket(int serverId, String slaveHostname, String slaveUser, String slavePassword, int slavePort) -
Method Summary
Methods inherited from class org.apache.shardingsphere.db.protocol.mysql.packet.command.MySQLCommandPacket
getSequenceId, write
-
Constructor Details
-
MySQLComRegisterSlaveCommandPacket
-
MySQLComRegisterSlaveCommandPacket
-
-
Method Details
-
doWrite
- Overrides:
doWritein classMySQLCommandPacket
-