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>

public final class MySQLComBinlogDumpCommandPacket extends MySQLCommandPacket
COM_BINLOG_DUMP command packet for MySQL.
See Also:
  • Field Details

    • BINLOG_DUMP_NON_BLOCK

      public static final int BINLOG_DUMP_NON_BLOCK
      if there is no more event to send a EOF_Packet instead of blocking the connection.
      See Also:
  • Constructor Details

    • MySQLComBinlogDumpCommandPacket

      public MySQLComBinlogDumpCommandPacket(int binlogPos, int serverId, String binlogFilename)
    • MySQLComBinlogDumpCommandPacket

      public MySQLComBinlogDumpCommandPacket(MySQLPacketPayload payload)
  • Method Details