Class DumpBinaryLogCommand
- java.lang.Object
-
- com.github.shyiko.mysql.binlog.network.protocol.command.DumpBinaryLogCommand
-
public class DumpBinaryLogCommand extends Object implements Command
- Author:
- Stanley Shyiko
-
-
Field Summary
Fields Modifier and Type Field Description static intBINLOG_SEND_ANNOTATE_ROWS_EVENT-
Fields inherited from interface com.github.shyiko.mysql.binlog.network.protocol.Packet
MAX_LENGTH
-
-
Constructor Summary
Constructors Constructor Description DumpBinaryLogCommand(long serverId, String binlogFilename, long binlogPosition)DumpBinaryLogCommand(long serverId, String binlogFilename, long binlogPosition, boolean sendAnnotateRowsEvent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]toByteArray()
-
-
-
Field Detail
-
BINLOG_SEND_ANNOTATE_ROWS_EVENT
public static final int BINLOG_SEND_ANNOTATE_ROWS_EVENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
toByteArray
public byte[] toByteArray() throws IOException- Specified by:
toByteArrayin interfaceCommand- Throws:
IOException
-
-