Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.ReadIndexResponse |
Kvrpcpb.ReadIndexResponse.Builder.build() |
Kvrpcpb.ReadIndexResponse |
Kvrpcpb.ReadIndexResponse.Builder.buildPartial() |
static Kvrpcpb.ReadIndexResponse |
Kvrpcpb.ReadIndexResponse.getDefaultInstance() |
Kvrpcpb.ReadIndexResponse |
Kvrpcpb.ReadIndexResponse.getDefaultInstanceForType() |
Kvrpcpb.ReadIndexResponse |
Kvrpcpb.ReadIndexResponse.Builder.getDefaultInstanceForType() |
static Kvrpcpb.ReadIndexResponse |
Kvrpcpb.ReadIndexResponse.parseDelimitedFrom(InputStream input) |
static Kvrpcpb.ReadIndexResponse |
Kvrpcpb.ReadIndexResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.ReadIndexResponse |
Kvrpcpb.ReadIndexResponse.parseFrom(byte[] data) |
static Kvrpcpb.ReadIndexResponse |
Kvrpcpb.ReadIndexResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.ReadIndexResponse |
Kvrpcpb.ReadIndexResponse.parseFrom(ByteBuffer data) |
static Kvrpcpb.ReadIndexResponse |
Kvrpcpb.ReadIndexResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.ReadIndexResponse |
Kvrpcpb.ReadIndexResponse.parseFrom(com.google.protobuf.ByteString data) |
static Kvrpcpb.ReadIndexResponse |
Kvrpcpb.ReadIndexResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.ReadIndexResponse |
Kvrpcpb.ReadIndexResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static Kvrpcpb.ReadIndexResponse |
Kvrpcpb.ReadIndexResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.ReadIndexResponse |
Kvrpcpb.ReadIndexResponse.parseFrom(InputStream input) |
static Kvrpcpb.ReadIndexResponse |
Kvrpcpb.ReadIndexResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Kvrpcpb.ReadIndexResponse |
TikvGrpc.TikvBlockingStub.readIndex(Kvrpcpb.ReadIndexRequest request)
Sent from TiFlash or TiKV to a TiKV node.
|
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Kvrpcpb.ReadIndexResponse> |
Kvrpcpb.ReadIndexResponse.getParserForType() |
static io.grpc.MethodDescriptor<Kvrpcpb.ReadIndexRequest,Kvrpcpb.ReadIndexResponse> |
TikvGrpc.getReadIndexMethod() |
static com.google.protobuf.Parser<Kvrpcpb.ReadIndexResponse> |
Kvrpcpb.ReadIndexResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<Kvrpcpb.ReadIndexResponse> |
TikvGrpc.TikvFutureStub.readIndex(Kvrpcpb.ReadIndexRequest request)
Sent from TiFlash or TiKV to a TiKV node.
|
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.ReadIndexResponse.Builder |
Kvrpcpb.ReadIndexResponse.Builder.mergeFrom(Kvrpcpb.ReadIndexResponse other) |
static Kvrpcpb.ReadIndexResponse.Builder |
Kvrpcpb.ReadIndexResponse.newBuilder(Kvrpcpb.ReadIndexResponse prototype) |
Modifier and Type | Method and Description |
---|---|
default void |
TikvGrpc.AsyncService.readIndex(Kvrpcpb.ReadIndexRequest request,
io.grpc.stub.StreamObserver<Kvrpcpb.ReadIndexResponse> responseObserver)
Sent from TiFlash or TiKV to a TiKV node.
|
void |
TikvGrpc.TikvStub.readIndex(Kvrpcpb.ReadIndexRequest request,
io.grpc.stub.StreamObserver<Kvrpcpb.ReadIndexResponse> responseObserver)
Sent from TiFlash or TiKV to a TiKV node.
|
Copyright © 2024 PingCAP. All rights reserved.