public interface MySQLBinlogProtocolValue
There are no detail documents about the value in row-based replication protocol.
And many types of value protocol are different with MySQLBinaryProtocolValue
| Modifier and Type | Method and Description |
|---|---|
Serializable |
read(MySQLBinlogColumnDef columnDef,
MySQLPacketPayload payload)
Read column value from binlog protocol.
|
Serializable read(MySQLBinlogColumnDef columnDef, MySQLPacketPayload payload)
columnDef - column definition from TABLE_MAP_EVENTpayload - payload operation for MySQL binlog packetCopyright © 2023 The Apache Software Foundation. All rights reserved.