Class DumpBinaryLogGtidCommand

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

public class DumpBinaryLogGtidCommand extends Object implements Command
Author:
Stanley Shyiko
  • Constructor Details

    • DumpBinaryLogGtidCommand

      public DumpBinaryLogGtidCommand(long serverId, String binlogFilename, long binlogPosition, GtidSet gtidSet)
  • Method Details