Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.StoreSafeTSResponse |
Kvrpcpb.StoreSafeTSResponse.Builder.build() |
Kvrpcpb.StoreSafeTSResponse |
Kvrpcpb.StoreSafeTSResponse.Builder.buildPartial() |
static Kvrpcpb.StoreSafeTSResponse |
Kvrpcpb.StoreSafeTSResponse.getDefaultInstance() |
Kvrpcpb.StoreSafeTSResponse |
Kvrpcpb.StoreSafeTSResponse.getDefaultInstanceForType() |
Kvrpcpb.StoreSafeTSResponse |
Kvrpcpb.StoreSafeTSResponse.Builder.getDefaultInstanceForType() |
Kvrpcpb.StoreSafeTSResponse |
TikvGrpc.TikvBlockingStub.getStoreSafeTS(Kvrpcpb.StoreSafeTSRequest request)
/ Get the minimal `safe_ts` from regions at the store
|
static Kvrpcpb.StoreSafeTSResponse |
Kvrpcpb.StoreSafeTSResponse.parseDelimitedFrom(InputStream input) |
static Kvrpcpb.StoreSafeTSResponse |
Kvrpcpb.StoreSafeTSResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.StoreSafeTSResponse |
Kvrpcpb.StoreSafeTSResponse.parseFrom(byte[] data) |
static Kvrpcpb.StoreSafeTSResponse |
Kvrpcpb.StoreSafeTSResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.StoreSafeTSResponse |
Kvrpcpb.StoreSafeTSResponse.parseFrom(ByteBuffer data) |
static Kvrpcpb.StoreSafeTSResponse |
Kvrpcpb.StoreSafeTSResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.StoreSafeTSResponse |
Kvrpcpb.StoreSafeTSResponse.parseFrom(com.google.protobuf.ByteString data) |
static Kvrpcpb.StoreSafeTSResponse |
Kvrpcpb.StoreSafeTSResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.StoreSafeTSResponse |
Kvrpcpb.StoreSafeTSResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static Kvrpcpb.StoreSafeTSResponse |
Kvrpcpb.StoreSafeTSResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.StoreSafeTSResponse |
Kvrpcpb.StoreSafeTSResponse.parseFrom(InputStream input) |
static Kvrpcpb.StoreSafeTSResponse |
Kvrpcpb.StoreSafeTSResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<Kvrpcpb.StoreSafeTSRequest,Kvrpcpb.StoreSafeTSResponse> |
TikvGrpc.getGetStoreSafeTSMethod() |
com.google.protobuf.Parser<Kvrpcpb.StoreSafeTSResponse> |
Kvrpcpb.StoreSafeTSResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<Kvrpcpb.StoreSafeTSResponse> |
TikvGrpc.TikvFutureStub.getStoreSafeTS(Kvrpcpb.StoreSafeTSRequest request)
/ Get the minimal `safe_ts` from regions at the store
|
static com.google.protobuf.Parser<Kvrpcpb.StoreSafeTSResponse> |
Kvrpcpb.StoreSafeTSResponse.parser() |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.StoreSafeTSResponse.Builder |
Kvrpcpb.StoreSafeTSResponse.Builder.mergeFrom(Kvrpcpb.StoreSafeTSResponse other) |
static Kvrpcpb.StoreSafeTSResponse.Builder |
Kvrpcpb.StoreSafeTSResponse.newBuilder(Kvrpcpb.StoreSafeTSResponse prototype) |
Modifier and Type | Method and Description |
---|---|
default void |
TikvGrpc.AsyncService.getStoreSafeTS(Kvrpcpb.StoreSafeTSRequest request,
io.grpc.stub.StreamObserver<Kvrpcpb.StoreSafeTSResponse> responseObserver)
/ Get the minimal `safe_ts` from regions at the store
|
void |
TikvGrpc.TikvStub.getStoreSafeTS(Kvrpcpb.StoreSafeTSRequest request,
io.grpc.stub.StreamObserver<Kvrpcpb.StoreSafeTSResponse> responseObserver)
/ Get the minimal `safe_ts` from regions at the store
|
Copyright © 2024 PingCAP. All rights reserved.