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