public static interface Pdpb.TimestampOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getLogical()
int64 logical = 2; |
long |
getPhysical()
int64 physical = 1; |
int |
getSuffixBits()
Number of suffix bits used for global distinction,
PD client will use this to compute a TSO's logical part.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getPhysical()
int64 physical = 1;
long getLogical()
int64 logical = 2;
int getSuffixBits()
Number of suffix bits used for global distinction, PD client will use this to compute a TSO's logical part.
uint32 suffix_bits = 3;
Copyright © 2024 PingCAP. All rights reserved.