public final class MySQLComBinlogDumpCommandPacket extends MySQLCommandPacket
| Modifier and Type | Field and Description |
|---|---|
static int |
BINLOG_DUMP_NON_BLOCK
if there is no more event to send a EOF_Packet instead of blocking the connection.
|
| Constructor and Description |
|---|
MySQLComBinlogDumpCommandPacket(int binlogPos,
int serverId,
String binlogFilename) |
MySQLComBinlogDumpCommandPacket(MySQLPacketPayload payload) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doWrite(MySQLPacketPayload payload) |
writepublic static final int BINLOG_DUMP_NON_BLOCK
public MySQLComBinlogDumpCommandPacket(int binlogPos,
int serverId,
String binlogFilename)
public MySQLComBinlogDumpCommandPacket(MySQLPacketPayload payload)
protected void doWrite(MySQLPacketPayload payload)
doWrite in class MySQLCommandPacketCopyright © 2023 The Apache Software Foundation. All rights reserved.