public final class MySQLComBinlogDumpCommandPacket extends MySQLCommandPacket
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
BINLOG_DUMP_NON_BLOCK
if there is no more event to send a EOF_Packet instead of blocking the connection.
|
PAYLOAD_LENGTH, SEQUENCE_LENGTH| 构造器和说明 |
|---|
MySQLComBinlogDumpCommandPacket(int binlogPos,
int serverId,
String binlogFilename) |
MySQLComBinlogDumpCommandPacket(MySQLPacketPayload payload) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
doWrite(MySQLPacketPayload payload) |
getSequenceId, 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 在类中 MySQLCommandPacketCopyright © 2020 The Apache Software Foundation. All rights reserved.