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