com.github.shyiko.mysql.binlog.network.protocol.command
Class DumpBinaryLogCommand

java.lang.Object
  extended by 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 Summary
 
Fields inherited from interface com.github.shyiko.mysql.binlog.network.protocol.Packet
MAX_LENGTH
 
Constructor Summary
DumpBinaryLogCommand(long serverId, String binlogFilename, long binlogPosition)
           
 
Method Summary
 byte[] toByteArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumpBinaryLogCommand

public DumpBinaryLogCommand(long serverId,
                            String binlogFilename,
                            long binlogPosition)
Method Detail

toByteArray

public byte[] toByteArray()
                   throws IOException
Specified by:
toByteArray in interface Command
Throws:
IOException


Copyright © 2016. All Rights Reserved.