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