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>

public final class MySQLComRegisterSlaveCommandPacket extends MySQLCommandPacket
COM_REGISTER_SLAVE command packet for MySQL.
See Also:
  • Constructor Details

    • MySQLComRegisterSlaveCommandPacket

      public MySQLComRegisterSlaveCommandPacket(int serverId, String slaveHostname, String slaveUser, String slavePassword, int slavePort)
    • MySQLComRegisterSlaveCommandPacket

      public MySQLComRegisterSlaveCommandPacket(MySQLPacketPayload payload)
  • Method Details