public static interface PumpOuterClass.WriteBinlogReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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 © 2024 PingCAP. All rights reserved.