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
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2020 The Apache Software Foundation. All rights reserved.