Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
Pdpb.Timestamp.Builder |
Pdpb.Timestamp.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Pdpb.Timestamp.Builder |
Pdpb.Timestamp.Builder.clear() |
Pdpb.Timestamp.Builder |
Pdpb.Timestamp.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Pdpb.Timestamp.Builder |
Pdpb.Timestamp.Builder.clearLogical()
int64 logical = 2; |
Pdpb.Timestamp.Builder |
Pdpb.Timestamp.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Pdpb.Timestamp.Builder |
Pdpb.Timestamp.Builder.clearPhysical()
int64 physical = 1; |
Pdpb.Timestamp.Builder |
Pdpb.Timestamp.Builder.clearSuffixBits()
Number of suffix bits used for global distinction,
PD client will use this to compute a TSO's logical part.
|
Pdpb.Timestamp.Builder |
Pdpb.Timestamp.Builder.clone() |
Pdpb.Timestamp.Builder |
Pdpb.SyncMaxTSResponse.Builder.getMaxLocalTsBuilder()
.pdpb.Timestamp max_local_ts = 2; |
Pdpb.Timestamp.Builder |
Pdpb.SyncMaxTSRequest.Builder.getMaxTsBuilder()
.pdpb.Timestamp max_ts = 2; |
Pdpb.Timestamp.Builder |
Pdpb.GetDCLocationInfoResponse.Builder.getMaxTsBuilder()
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.Builder |
Pdpb.TsoResponse.Builder.getTimestampBuilder()
.pdpb.Timestamp timestamp = 3; |
Pdpb.Timestamp.Builder |
Pdpb.Timestamp.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Pdpb.Timestamp.Builder |
Pdpb.Timestamp.Builder.mergeFrom(com.google.protobuf.Message other) |
Pdpb.Timestamp.Builder |
Pdpb.Timestamp.Builder.mergeFrom(Pdpb.Timestamp other) |
Pdpb.Timestamp.Builder |
Pdpb.Timestamp.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Pdpb.Timestamp.Builder |
Pdpb.Timestamp.newBuilder() |
static Pdpb.Timestamp.Builder |
Pdpb.Timestamp.newBuilder(Pdpb.Timestamp prototype) |
Pdpb.Timestamp.Builder |
Pdpb.Timestamp.newBuilderForType() |
protected Pdpb.Timestamp.Builder |
Pdpb.Timestamp.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Pdpb.Timestamp.Builder |
Pdpb.Timestamp.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Pdpb.Timestamp.Builder |
Pdpb.Timestamp.Builder.setLogical(long value)
int64 logical = 2; |
Pdpb.Timestamp.Builder |
Pdpb.Timestamp.Builder.setPhysical(long value)
int64 physical = 1; |
Pdpb.Timestamp.Builder |
Pdpb.Timestamp.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Pdpb.Timestamp.Builder |
Pdpb.Timestamp.Builder.setSuffixBits(int value)
Number of suffix bits used for global distinction,
PD client will use this to compute a TSO's logical part.
|
Pdpb.Timestamp.Builder |
Pdpb.Timestamp.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Pdpb.Timestamp.Builder |
Pdpb.Timestamp.toBuilder() |
Modifier and Type | Method and Description |
---|---|
Pdpb.SyncMaxTSResponse.Builder |
Pdpb.SyncMaxTSResponse.Builder.setMaxLocalTs(Pdpb.Timestamp.Builder builderForValue)
.pdpb.Timestamp max_local_ts = 2; |
Pdpb.SyncMaxTSRequest.Builder |
Pdpb.SyncMaxTSRequest.Builder.setMaxTs(Pdpb.Timestamp.Builder builderForValue)
.pdpb.Timestamp max_ts = 2; |
Pdpb.GetDCLocationInfoResponse.Builder |
Pdpb.GetDCLocationInfoResponse.Builder.setMaxTs(Pdpb.Timestamp.Builder builderForValue)
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.TsoResponse.Builder |
Pdpb.TsoResponse.Builder.setTimestamp(Pdpb.Timestamp.Builder builderForValue)
.pdpb.Timestamp timestamp = 3; |
Copyright © 2024 PingCAP. All rights reserved.