Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.GetRequest |
Kvrpcpb.GetRequest.Builder.build() |
Kvrpcpb.GetRequest |
Kvrpcpb.GetRequest.Builder.buildPartial() |
static Kvrpcpb.GetRequest |
Kvrpcpb.GetRequest.getDefaultInstance() |
Kvrpcpb.GetRequest |
Kvrpcpb.GetRequest.getDefaultInstanceForType() |
Kvrpcpb.GetRequest |
Kvrpcpb.GetRequest.Builder.getDefaultInstanceForType() |
Kvrpcpb.GetRequest |
Tikvpb.BatchCommandsRequest.RequestOrBuilder.getGet()
.kvrpcpb.GetRequest Get = 1; |
Kvrpcpb.GetRequest |
Tikvpb.BatchCommandsRequest.Request.getGet()
.kvrpcpb.GetRequest Get = 1; |
Kvrpcpb.GetRequest |
Tikvpb.BatchCommandsRequest.Request.Builder.getGet()
.kvrpcpb.GetRequest Get = 1; |
static Kvrpcpb.GetRequest |
Kvrpcpb.GetRequest.parseDelimitedFrom(InputStream input) |
static Kvrpcpb.GetRequest |
Kvrpcpb.GetRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.GetRequest |
Kvrpcpb.GetRequest.parseFrom(byte[] data) |
static Kvrpcpb.GetRequest |
Kvrpcpb.GetRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.GetRequest |
Kvrpcpb.GetRequest.parseFrom(ByteBuffer data) |
static Kvrpcpb.GetRequest |
Kvrpcpb.GetRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.GetRequest |
Kvrpcpb.GetRequest.parseFrom(com.google.protobuf.ByteString data) |
static Kvrpcpb.GetRequest |
Kvrpcpb.GetRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.GetRequest |
Kvrpcpb.GetRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static Kvrpcpb.GetRequest |
Kvrpcpb.GetRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.GetRequest |
Kvrpcpb.GetRequest.parseFrom(InputStream input) |
static Kvrpcpb.GetRequest |
Kvrpcpb.GetRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<Kvrpcpb.GetRequest,Kvrpcpb.GetResponse> |
TikvGrpc.getKvGetMethod() |
com.google.protobuf.Parser<Kvrpcpb.GetRequest> |
Kvrpcpb.GetRequest.getParserForType() |
static com.google.protobuf.Parser<Kvrpcpb.GetRequest> |
Kvrpcpb.GetRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.GetResponse |
TikvGrpc.TikvBlockingStub.kvGet(Kvrpcpb.GetRequest request)
Commands using a transactional interface.
|
com.google.common.util.concurrent.ListenableFuture<Kvrpcpb.GetResponse> |
TikvGrpc.TikvFutureStub.kvGet(Kvrpcpb.GetRequest request)
Commands using a transactional interface.
|
default void |
TikvGrpc.AsyncService.kvGet(Kvrpcpb.GetRequest request,
io.grpc.stub.StreamObserver<Kvrpcpb.GetResponse> responseObserver)
Commands using a transactional interface.
|
void |
TikvGrpc.TikvStub.kvGet(Kvrpcpb.GetRequest request,
io.grpc.stub.StreamObserver<Kvrpcpb.GetResponse> responseObserver)
Commands using a transactional interface.
|
Kvrpcpb.GetRequest.Builder |
Kvrpcpb.GetRequest.Builder.mergeFrom(Kvrpcpb.GetRequest other) |
Tikvpb.BatchCommandsRequest.Request.Builder |
Tikvpb.BatchCommandsRequest.Request.Builder.mergeGet(Kvrpcpb.GetRequest value)
.kvrpcpb.GetRequest Get = 1; |
static Kvrpcpb.GetRequest.Builder |
Kvrpcpb.GetRequest.newBuilder(Kvrpcpb.GetRequest prototype) |
Tikvpb.BatchCommandsRequest.Request.Builder |
Tikvpb.BatchCommandsRequest.Request.Builder.setGet(Kvrpcpb.GetRequest value)
.kvrpcpb.GetRequest Get = 1; |
Copyright © 2024 PingCAP. All rights reserved.