Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
Debugpb.GetRequest |
Debugpb.GetRequest.Builder.build() |
Debugpb.GetRequest |
Debugpb.GetRequest.Builder.buildPartial() |
static Debugpb.GetRequest |
Debugpb.GetRequest.getDefaultInstance() |
Debugpb.GetRequest |
Debugpb.GetRequest.getDefaultInstanceForType() |
Debugpb.GetRequest |
Debugpb.GetRequest.Builder.getDefaultInstanceForType() |
static Debugpb.GetRequest |
Debugpb.GetRequest.parseDelimitedFrom(InputStream input) |
static Debugpb.GetRequest |
Debugpb.GetRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Debugpb.GetRequest |
Debugpb.GetRequest.parseFrom(byte[] data) |
static Debugpb.GetRequest |
Debugpb.GetRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Debugpb.GetRequest |
Debugpb.GetRequest.parseFrom(ByteBuffer data) |
static Debugpb.GetRequest |
Debugpb.GetRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Debugpb.GetRequest |
Debugpb.GetRequest.parseFrom(com.google.protobuf.ByteString data) |
static Debugpb.GetRequest |
Debugpb.GetRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Debugpb.GetRequest |
Debugpb.GetRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static Debugpb.GetRequest |
Debugpb.GetRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Debugpb.GetRequest |
Debugpb.GetRequest.parseFrom(InputStream input) |
static Debugpb.GetRequest |
Debugpb.GetRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<Debugpb.GetRequest,Debugpb.GetResponse> |
DebugGrpc.getGetMethod() |
com.google.protobuf.Parser<Debugpb.GetRequest> |
Debugpb.GetRequest.getParserForType() |
static com.google.protobuf.Parser<Debugpb.GetRequest> |
Debugpb.GetRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Debugpb.GetResponse |
DebugGrpc.DebugBlockingStub.get(Debugpb.GetRequest request)
Read a value arbitrarily for a key.
|
com.google.common.util.concurrent.ListenableFuture<Debugpb.GetResponse> |
DebugGrpc.DebugFutureStub.get(Debugpb.GetRequest request)
Read a value arbitrarily for a key.
|
default void |
DebugGrpc.AsyncService.get(Debugpb.GetRequest request,
io.grpc.stub.StreamObserver<Debugpb.GetResponse> responseObserver)
Read a value arbitrarily for a key.
|
void |
DebugGrpc.DebugStub.get(Debugpb.GetRequest request,
io.grpc.stub.StreamObserver<Debugpb.GetResponse> responseObserver)
Read a value arbitrarily for a key.
|
Debugpb.GetRequest.Builder |
Debugpb.GetRequest.Builder.mergeFrom(Debugpb.GetRequest other) |
static Debugpb.GetRequest.Builder |
Debugpb.GetRequest.newBuilder(Debugpb.GetRequest prototype) |
Copyright © 2024 PingCAP. All rights reserved.