Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.MvccGetByKeyRequest |
Kvrpcpb.MvccGetByKeyRequest.Builder.build() |
Kvrpcpb.MvccGetByKeyRequest |
Kvrpcpb.MvccGetByKeyRequest.Builder.buildPartial() |
static Kvrpcpb.MvccGetByKeyRequest |
Kvrpcpb.MvccGetByKeyRequest.getDefaultInstance() |
Kvrpcpb.MvccGetByKeyRequest |
Kvrpcpb.MvccGetByKeyRequest.getDefaultInstanceForType() |
Kvrpcpb.MvccGetByKeyRequest |
Kvrpcpb.MvccGetByKeyRequest.Builder.getDefaultInstanceForType() |
static Kvrpcpb.MvccGetByKeyRequest |
Kvrpcpb.MvccGetByKeyRequest.parseDelimitedFrom(InputStream input) |
static Kvrpcpb.MvccGetByKeyRequest |
Kvrpcpb.MvccGetByKeyRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.MvccGetByKeyRequest |
Kvrpcpb.MvccGetByKeyRequest.parseFrom(byte[] data) |
static Kvrpcpb.MvccGetByKeyRequest |
Kvrpcpb.MvccGetByKeyRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.MvccGetByKeyRequest |
Kvrpcpb.MvccGetByKeyRequest.parseFrom(ByteBuffer data) |
static Kvrpcpb.MvccGetByKeyRequest |
Kvrpcpb.MvccGetByKeyRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.MvccGetByKeyRequest |
Kvrpcpb.MvccGetByKeyRequest.parseFrom(com.google.protobuf.ByteString data) |
static Kvrpcpb.MvccGetByKeyRequest |
Kvrpcpb.MvccGetByKeyRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.MvccGetByKeyRequest |
Kvrpcpb.MvccGetByKeyRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static Kvrpcpb.MvccGetByKeyRequest |
Kvrpcpb.MvccGetByKeyRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.MvccGetByKeyRequest |
Kvrpcpb.MvccGetByKeyRequest.parseFrom(InputStream input) |
static Kvrpcpb.MvccGetByKeyRequest |
Kvrpcpb.MvccGetByKeyRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<Kvrpcpb.MvccGetByKeyRequest,Kvrpcpb.MvccGetByKeyResponse> |
TikvGrpc.getMvccGetByKeyMethod() |
com.google.protobuf.Parser<Kvrpcpb.MvccGetByKeyRequest> |
Kvrpcpb.MvccGetByKeyRequest.getParserForType() |
static com.google.protobuf.Parser<Kvrpcpb.MvccGetByKeyRequest> |
Kvrpcpb.MvccGetByKeyRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.MvccGetByKeyRequest.Builder |
Kvrpcpb.MvccGetByKeyRequest.Builder.mergeFrom(Kvrpcpb.MvccGetByKeyRequest other) |
Kvrpcpb.MvccGetByKeyResponse |
TikvGrpc.TikvBlockingStub.mvccGetByKey(Kvrpcpb.MvccGetByKeyRequest request)
Commands for debugging transactions.
|
com.google.common.util.concurrent.ListenableFuture<Kvrpcpb.MvccGetByKeyResponse> |
TikvGrpc.TikvFutureStub.mvccGetByKey(Kvrpcpb.MvccGetByKeyRequest request)
Commands for debugging transactions.
|
default void |
TikvGrpc.AsyncService.mvccGetByKey(Kvrpcpb.MvccGetByKeyRequest request,
io.grpc.stub.StreamObserver<Kvrpcpb.MvccGetByKeyResponse> responseObserver)
Commands for debugging transactions.
|
void |
TikvGrpc.TikvStub.mvccGetByKey(Kvrpcpb.MvccGetByKeyRequest request,
io.grpc.stub.StreamObserver<Kvrpcpb.MvccGetByKeyResponse> responseObserver)
Commands for debugging transactions.
|
static Kvrpcpb.MvccGetByKeyRequest.Builder |
Kvrpcpb.MvccGetByKeyRequest.newBuilder(Kvrpcpb.MvccGetByKeyRequest prototype) |
Copyright © 2024 PingCAP. All rights reserved.