Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.CheckLeaderRequest |
Kvrpcpb.CheckLeaderRequest.Builder.build() |
Kvrpcpb.CheckLeaderRequest |
Kvrpcpb.CheckLeaderRequest.Builder.buildPartial() |
static Kvrpcpb.CheckLeaderRequest |
Kvrpcpb.CheckLeaderRequest.getDefaultInstance() |
Kvrpcpb.CheckLeaderRequest |
Kvrpcpb.CheckLeaderRequest.getDefaultInstanceForType() |
Kvrpcpb.CheckLeaderRequest |
Kvrpcpb.CheckLeaderRequest.Builder.getDefaultInstanceForType() |
static Kvrpcpb.CheckLeaderRequest |
Kvrpcpb.CheckLeaderRequest.parseDelimitedFrom(InputStream input) |
static Kvrpcpb.CheckLeaderRequest |
Kvrpcpb.CheckLeaderRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.CheckLeaderRequest |
Kvrpcpb.CheckLeaderRequest.parseFrom(byte[] data) |
static Kvrpcpb.CheckLeaderRequest |
Kvrpcpb.CheckLeaderRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.CheckLeaderRequest |
Kvrpcpb.CheckLeaderRequest.parseFrom(ByteBuffer data) |
static Kvrpcpb.CheckLeaderRequest |
Kvrpcpb.CheckLeaderRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.CheckLeaderRequest |
Kvrpcpb.CheckLeaderRequest.parseFrom(com.google.protobuf.ByteString data) |
static Kvrpcpb.CheckLeaderRequest |
Kvrpcpb.CheckLeaderRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.CheckLeaderRequest |
Kvrpcpb.CheckLeaderRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static Kvrpcpb.CheckLeaderRequest |
Kvrpcpb.CheckLeaderRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.CheckLeaderRequest |
Kvrpcpb.CheckLeaderRequest.parseFrom(InputStream input) |
static Kvrpcpb.CheckLeaderRequest |
Kvrpcpb.CheckLeaderRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<Kvrpcpb.CheckLeaderRequest,Kvrpcpb.CheckLeaderResponse> |
TikvGrpc.getCheckLeaderMethod() |
com.google.protobuf.Parser<Kvrpcpb.CheckLeaderRequest> |
Kvrpcpb.CheckLeaderRequest.getParserForType() |
static com.google.protobuf.Parser<Kvrpcpb.CheckLeaderRequest> |
Kvrpcpb.CheckLeaderRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.CheckLeaderResponse |
TikvGrpc.TikvBlockingStub.checkLeader(Kvrpcpb.CheckLeaderRequest request)
/ CheckLeader sends all information (includes region term and epoch) to other stores.
|
com.google.common.util.concurrent.ListenableFuture<Kvrpcpb.CheckLeaderResponse> |
TikvGrpc.TikvFutureStub.checkLeader(Kvrpcpb.CheckLeaderRequest request)
/ CheckLeader sends all information (includes region term and epoch) to other stores.
|
default void |
TikvGrpc.AsyncService.checkLeader(Kvrpcpb.CheckLeaderRequest request,
io.grpc.stub.StreamObserver<Kvrpcpb.CheckLeaderResponse> responseObserver)
/ CheckLeader sends all information (includes region term and epoch) to other stores.
|
void |
TikvGrpc.TikvStub.checkLeader(Kvrpcpb.CheckLeaderRequest request,
io.grpc.stub.StreamObserver<Kvrpcpb.CheckLeaderResponse> responseObserver)
/ CheckLeader sends all information (includes region term and epoch) to other stores.
|
Kvrpcpb.CheckLeaderRequest.Builder |
Kvrpcpb.CheckLeaderRequest.Builder.mergeFrom(Kvrpcpb.CheckLeaderRequest other) |
static Kvrpcpb.CheckLeaderRequest.Builder |
Kvrpcpb.CheckLeaderRequest.newBuilder(Kvrpcpb.CheckLeaderRequest prototype) |
Copyright © 2024 PingCAP. All rights reserved.