public static interface PumpOuterClass.WriteBinlogReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getClusterID()
The identifier of tidb-cluster, which is given at tidb startup.
|
com.google.protobuf.ByteString |
getPayload()
Payload bytes can be decoded back to binlog struct by the protobuf.
|
long getClusterID()
The identifier of tidb-cluster, which is given at tidb startup. Must specify the clusterID for each binlog to write.
uint64 clusterID = 1;com.google.protobuf.ByteString getPayload()
Payload bytes can be decoded back to binlog struct by the protobuf.
bytes payload = 2;Copyright © 2023 PingCAP. All rights reserved.