public static interface Pdpb.GetDCLocationInfoResponseOrBuilder
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 |
getMaxTs()
max_ts will be included into this response if PD leader think the receiver needs,
which it's set when the number of the max suffix bits changes.
|
Pdpb.TimestampOrBuilder |
getMaxTsOrBuilder()
max_ts will be included into this response if PD leader think the receiver needs,
which it's set when the number of the max suffix bits changes.
|
int |
getSuffix()
suffix sign
|
boolean |
hasHeader()
.pdpb.ResponseHeader header = 1; |
boolean |
hasMaxTs()
max_ts will be included into this response if PD leader think the receiver needs,
which it's set when the number of the max suffix bits changes.
|
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;
int getSuffix()
suffix sign
int32 suffix = 2;
boolean hasMaxTs()
max_ts will be included into this response if PD leader think the receiver needs, which it's set when the number of the max suffix bits changes.
.pdpb.Timestamp max_ts = 3;
Pdpb.Timestamp getMaxTs()
max_ts will be included into this response if PD leader think the receiver needs, which it's set when the number of the max suffix bits changes.
.pdpb.Timestamp max_ts = 3;
Pdpb.TimestampOrBuilder getMaxTsOrBuilder()
max_ts will be included into this response if PD leader think the receiver needs, which it's set when the number of the max suffix bits changes.
.pdpb.Timestamp max_ts = 3;
Copyright © 2024 PingCAP. All rights reserved.