Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.GetLockWaitInfoResponse |
Kvrpcpb.GetLockWaitInfoResponse.Builder.build() |
Kvrpcpb.GetLockWaitInfoResponse |
Kvrpcpb.GetLockWaitInfoResponse.Builder.buildPartial() |
static Kvrpcpb.GetLockWaitInfoResponse |
Kvrpcpb.GetLockWaitInfoResponse.getDefaultInstance() |
Kvrpcpb.GetLockWaitInfoResponse |
Kvrpcpb.GetLockWaitInfoResponse.getDefaultInstanceForType() |
Kvrpcpb.GetLockWaitInfoResponse |
Kvrpcpb.GetLockWaitInfoResponse.Builder.getDefaultInstanceForType() |
Kvrpcpb.GetLockWaitInfoResponse |
TikvGrpc.TikvBlockingStub.getLockWaitInfo(Kvrpcpb.GetLockWaitInfoRequest request)
/ Get the information about lock waiting from TiKV.
|
static Kvrpcpb.GetLockWaitInfoResponse |
Kvrpcpb.GetLockWaitInfoResponse.parseDelimitedFrom(InputStream input) |
static Kvrpcpb.GetLockWaitInfoResponse |
Kvrpcpb.GetLockWaitInfoResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.GetLockWaitInfoResponse |
Kvrpcpb.GetLockWaitInfoResponse.parseFrom(byte[] data) |
static Kvrpcpb.GetLockWaitInfoResponse |
Kvrpcpb.GetLockWaitInfoResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.GetLockWaitInfoResponse |
Kvrpcpb.GetLockWaitInfoResponse.parseFrom(ByteBuffer data) |
static Kvrpcpb.GetLockWaitInfoResponse |
Kvrpcpb.GetLockWaitInfoResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.GetLockWaitInfoResponse |
Kvrpcpb.GetLockWaitInfoResponse.parseFrom(com.google.protobuf.ByteString data) |
static Kvrpcpb.GetLockWaitInfoResponse |
Kvrpcpb.GetLockWaitInfoResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.GetLockWaitInfoResponse |
Kvrpcpb.GetLockWaitInfoResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static Kvrpcpb.GetLockWaitInfoResponse |
Kvrpcpb.GetLockWaitInfoResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.GetLockWaitInfoResponse |
Kvrpcpb.GetLockWaitInfoResponse.parseFrom(InputStream input) |
static Kvrpcpb.GetLockWaitInfoResponse |
Kvrpcpb.GetLockWaitInfoResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<Kvrpcpb.GetLockWaitInfoRequest,Kvrpcpb.GetLockWaitInfoResponse> |
TikvGrpc.getGetLockWaitInfoMethod() |
com.google.common.util.concurrent.ListenableFuture<Kvrpcpb.GetLockWaitInfoResponse> |
TikvGrpc.TikvFutureStub.getLockWaitInfo(Kvrpcpb.GetLockWaitInfoRequest request)
/ Get the information about lock waiting from TiKV.
|
com.google.protobuf.Parser<Kvrpcpb.GetLockWaitInfoResponse> |
Kvrpcpb.GetLockWaitInfoResponse.getParserForType() |
static com.google.protobuf.Parser<Kvrpcpb.GetLockWaitInfoResponse> |
Kvrpcpb.GetLockWaitInfoResponse.parser() |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.GetLockWaitInfoResponse.Builder |
Kvrpcpb.GetLockWaitInfoResponse.Builder.mergeFrom(Kvrpcpb.GetLockWaitInfoResponse other) |
static Kvrpcpb.GetLockWaitInfoResponse.Builder |
Kvrpcpb.GetLockWaitInfoResponse.newBuilder(Kvrpcpb.GetLockWaitInfoResponse prototype) |
Modifier and Type | Method and Description |
---|---|
default void |
TikvGrpc.AsyncService.getLockWaitInfo(Kvrpcpb.GetLockWaitInfoRequest request,
io.grpc.stub.StreamObserver<Kvrpcpb.GetLockWaitInfoResponse> responseObserver)
/ Get the information about lock waiting from TiKV.
|
void |
TikvGrpc.TikvStub.getLockWaitInfo(Kvrpcpb.GetLockWaitInfoRequest request,
io.grpc.stub.StreamObserver<Kvrpcpb.GetLockWaitInfoResponse> responseObserver)
/ Get the information about lock waiting from TiKV.
|
Copyright © 2024 PingCAP. All rights reserved.