public static interface Pdpb.SyncMaxTSResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Pdpb.ResponseHeader |
getHeader()
.pdpb.ResponseHeader header = 1; |
Pdpb.ResponseHeaderOrBuilder |
getHeaderOrBuilder()
.pdpb.ResponseHeader header = 1; |
Pdpb.Timestamp |
getMaxLocalTs()
.pdpb.Timestamp max_local_ts = 2; |
Pdpb.TimestampOrBuilder |
getMaxLocalTsOrBuilder()
.pdpb.Timestamp max_local_ts = 2; |
String |
getSyncedDcs(int index)
repeated string synced_dcs = 3; |
com.google.protobuf.ByteString |
getSyncedDcsBytes(int index)
repeated string synced_dcs = 3; |
int |
getSyncedDcsCount()
repeated string synced_dcs = 3; |
List<String> |
getSyncedDcsList()
repeated string synced_dcs = 3; |
boolean |
hasHeader()
.pdpb.ResponseHeader header = 1; |
boolean |
hasMaxLocalTs()
.pdpb.Timestamp max_local_ts = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasHeader()
.pdpb.ResponseHeader header = 1;
Pdpb.ResponseHeader getHeader()
.pdpb.ResponseHeader header = 1;
Pdpb.ResponseHeaderOrBuilder getHeaderOrBuilder()
.pdpb.ResponseHeader header = 1;
boolean hasMaxLocalTs()
.pdpb.Timestamp max_local_ts = 2;
Pdpb.Timestamp getMaxLocalTs()
.pdpb.Timestamp max_local_ts = 2;
Pdpb.TimestampOrBuilder getMaxLocalTsOrBuilder()
.pdpb.Timestamp max_local_ts = 2;
List<String> getSyncedDcsList()
repeated string synced_dcs = 3;
int getSyncedDcsCount()
repeated string synced_dcs = 3;
String getSyncedDcs(int index)
repeated string synced_dcs = 3;
index
- The index of the element to return.com.google.protobuf.ByteString getSyncedDcsBytes(int index)
repeated string synced_dcs = 3;
index
- The index of the value to return.Copyright © 2024 PingCAP. All rights reserved.