Class DumpBinaryLogCommand

java.lang.Object
com.github.shyiko.mysql.binlog.network.protocol.command.DumpBinaryLogCommand
All Implemented Interfaces:
Command, Packet

public class DumpBinaryLogCommand extends Object implements Command
Author:
Stanley Shyiko
  • Field Details

    • BINLOG_SEND_ANNOTATE_ROWS_EVENT

      public static final int BINLOG_SEND_ANNOTATE_ROWS_EVENT
      See Also:
  • Constructor Details

    • DumpBinaryLogCommand

      public DumpBinaryLogCommand(long serverId, String binlogFilename, long binlogPosition)
    • DumpBinaryLogCommand

      public DumpBinaryLogCommand(long serverId, String binlogFilename, long binlogPosition, boolean sendAnnotateRowsEvent)
  • Method Details