Class DumpBinaryLogCommand
java.lang.Object
com.github.shyiko.mysql.binlog.network.protocol.command.DumpBinaryLogCommand
- Author:
- Stanley Shyiko
-
Field Summary
FieldsFields inherited from interface com.github.shyiko.mysql.binlog.network.protocol.Packet
MAX_LENGTH -
Constructor Summary
ConstructorsConstructorDescriptionDumpBinaryLogCommand(long serverId, String binlogFilename, long binlogPosition) DumpBinaryLogCommand(long serverId, String binlogFilename, long binlogPosition, boolean sendAnnotateRowsEvent) -
Method Summary
-
Field Details
-
BINLOG_SEND_ANNOTATE_ROWS_EVENT
public static final int BINLOG_SEND_ANNOTATE_ROWS_EVENT- See Also:
-
-
Constructor Details
-
DumpBinaryLogCommand
-
DumpBinaryLogCommand
public DumpBinaryLogCommand(long serverId, String binlogFilename, long binlogPosition, boolean sendAnnotateRowsEvent)
-
-
Method Details
-
toByteArray
- Specified by:
toByteArrayin interfaceCommand- Throws:
IOException
-