| Modifier and Type | Method and Description |
|---|---|
MySQLBinlogEventHeader |
MySQLBinlogEventPacket.getBinlogEventHeader()
Get MySQL binlog event header.
|
| Constructor and Description |
|---|
MySQLBinlogFormatDescriptionEventPacket(MySQLBinlogEventHeader binlogEventHeader,
MySQLPacketPayload payload) |
MySQLBinlogRotateEventPacket(MySQLBinlogEventHeader binlogEventHeader,
long position,
String nextBinlogName) |
MySQLBinlogRotateEventPacket(MySQLBinlogEventHeader binlogEventHeader,
MySQLPacketPayload payload) |
| Constructor and Description |
|---|
MySQLBinlogRowsEventPacket(MySQLBinlogEventHeader binlogEventHeader,
MySQLPacketPayload payload) |
MySQLBinlogTableMapEventPacket(MySQLBinlogEventHeader binlogEventHeader,
MySQLPacketPayload payload) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.