Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
Pdpb.Timestamp |
Pdpb.Timestamp.Builder.build() |
Pdpb.Timestamp |
Pdpb.Timestamp.Builder.buildPartial() |
static Pdpb.Timestamp |
Pdpb.Timestamp.getDefaultInstance() |
Pdpb.Timestamp |
Pdpb.Timestamp.getDefaultInstanceForType() |
Pdpb.Timestamp |
Pdpb.Timestamp.Builder.getDefaultInstanceForType() |
Pdpb.Timestamp |
Pdpb.SyncMaxTSResponseOrBuilder.getMaxLocalTs()
.pdpb.Timestamp max_local_ts = 2; |
Pdpb.Timestamp |
Pdpb.SyncMaxTSResponse.getMaxLocalTs()
.pdpb.Timestamp max_local_ts = 2; |
Pdpb.Timestamp |
Pdpb.SyncMaxTSResponse.Builder.getMaxLocalTs()
.pdpb.Timestamp max_local_ts = 2; |
Pdpb.Timestamp |
Pdpb.SyncMaxTSRequestOrBuilder.getMaxTs()
.pdpb.Timestamp max_ts = 2; |
Pdpb.Timestamp |
Pdpb.SyncMaxTSRequest.getMaxTs()
.pdpb.Timestamp max_ts = 2; |
Pdpb.Timestamp |
Pdpb.SyncMaxTSRequest.Builder.getMaxTs()
.pdpb.Timestamp max_ts = 2; |
Pdpb.Timestamp |
Pdpb.GetDCLocationInfoResponseOrBuilder.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 |
Pdpb.GetDCLocationInfoResponse.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 |
Pdpb.GetDCLocationInfoResponse.Builder.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 |
Pdpb.TsoResponseOrBuilder.getTimestamp()
.pdpb.Timestamp timestamp = 3; |
Pdpb.Timestamp |
Pdpb.TsoResponse.getTimestamp()
.pdpb.Timestamp timestamp = 3; |
Pdpb.Timestamp |
Pdpb.TsoResponse.Builder.getTimestamp()
.pdpb.Timestamp timestamp = 3; |
static Pdpb.Timestamp |
Pdpb.Timestamp.parseDelimitedFrom(InputStream input) |
static Pdpb.Timestamp |
Pdpb.Timestamp.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Pdpb.Timestamp |
Pdpb.Timestamp.parseFrom(byte[] data) |
static Pdpb.Timestamp |
Pdpb.Timestamp.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Pdpb.Timestamp |
Pdpb.Timestamp.parseFrom(ByteBuffer data) |
static Pdpb.Timestamp |
Pdpb.Timestamp.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Pdpb.Timestamp |
Pdpb.Timestamp.parseFrom(com.google.protobuf.ByteString data) |
static Pdpb.Timestamp |
Pdpb.Timestamp.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Pdpb.Timestamp |
Pdpb.Timestamp.parseFrom(com.google.protobuf.CodedInputStream input) |
static Pdpb.Timestamp |
Pdpb.Timestamp.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Pdpb.Timestamp |
Pdpb.Timestamp.parseFrom(InputStream input) |
static Pdpb.Timestamp |
Pdpb.Timestamp.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Pdpb.Timestamp> |
Pdpb.Timestamp.getParserForType() |
static com.google.protobuf.Parser<Pdpb.Timestamp> |
Pdpb.Timestamp.parser() |
Modifier and Type | Method and Description |
---|---|
Pdpb.Timestamp.Builder |
Pdpb.Timestamp.Builder.mergeFrom(Pdpb.Timestamp other) |
Pdpb.SyncMaxTSResponse.Builder |
Pdpb.SyncMaxTSResponse.Builder.mergeMaxLocalTs(Pdpb.Timestamp value)
.pdpb.Timestamp max_local_ts = 2; |
Pdpb.SyncMaxTSRequest.Builder |
Pdpb.SyncMaxTSRequest.Builder.mergeMaxTs(Pdpb.Timestamp value)
.pdpb.Timestamp max_ts = 2; |
Pdpb.GetDCLocationInfoResponse.Builder |
Pdpb.GetDCLocationInfoResponse.Builder.mergeMaxTs(Pdpb.Timestamp value)
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.mergeTimestamp(Pdpb.Timestamp value)
.pdpb.Timestamp timestamp = 3; |
static Pdpb.Timestamp.Builder |
Pdpb.Timestamp.newBuilder(Pdpb.Timestamp prototype) |
Pdpb.SyncMaxTSResponse.Builder |
Pdpb.SyncMaxTSResponse.Builder.setMaxLocalTs(Pdpb.Timestamp value)
.pdpb.Timestamp max_local_ts = 2; |
Pdpb.SyncMaxTSRequest.Builder |
Pdpb.SyncMaxTSRequest.Builder.setMaxTs(Pdpb.Timestamp value)
.pdpb.Timestamp max_ts = 2; |
Pdpb.GetDCLocationInfoResponse.Builder |
Pdpb.GetDCLocationInfoResponse.Builder.setMaxTs(Pdpb.Timestamp value)
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 value)
.pdpb.Timestamp timestamp = 3; |
Copyright © 2024 PingCAP. All rights reserved.