Package | Description |
---|---|
org.tikv.common.operation | |
org.tikv.kvproto |
Modifier and Type | Field and Description |
---|---|
static Function<Pdpb.GetRegionResponse,PDError> |
PDErrorHandler.getRegionResponseErrorExtractor |
Modifier and Type | Method and Description |
---|---|
Pdpb.GetRegionResponse |
Pdpb.GetRegionResponse.Builder.build() |
Pdpb.GetRegionResponse |
Pdpb.GetRegionResponse.Builder.buildPartial() |
static Pdpb.GetRegionResponse |
Pdpb.GetRegionResponse.getDefaultInstance() |
Pdpb.GetRegionResponse |
Pdpb.GetRegionResponse.getDefaultInstanceForType() |
Pdpb.GetRegionResponse |
Pdpb.GetRegionResponse.Builder.getDefaultInstanceForType() |
Pdpb.GetRegionResponse |
PDGrpc.PDBlockingStub.getPrevRegion(Pdpb.GetRegionRequest request) |
Pdpb.GetRegionResponse |
PDGrpc.PDBlockingStub.getRegion(Pdpb.GetRegionRequest request) |
Pdpb.GetRegionResponse |
PDGrpc.PDBlockingStub.getRegionByID(Pdpb.GetRegionByIDRequest request) |
static Pdpb.GetRegionResponse |
Pdpb.GetRegionResponse.parseDelimitedFrom(InputStream input) |
static Pdpb.GetRegionResponse |
Pdpb.GetRegionResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Pdpb.GetRegionResponse |
Pdpb.GetRegionResponse.parseFrom(byte[] data) |
static Pdpb.GetRegionResponse |
Pdpb.GetRegionResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Pdpb.GetRegionResponse |
Pdpb.GetRegionResponse.parseFrom(ByteBuffer data) |
static Pdpb.GetRegionResponse |
Pdpb.GetRegionResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Pdpb.GetRegionResponse |
Pdpb.GetRegionResponse.parseFrom(com.google.protobuf.ByteString data) |
static Pdpb.GetRegionResponse |
Pdpb.GetRegionResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Pdpb.GetRegionResponse |
Pdpb.GetRegionResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static Pdpb.GetRegionResponse |
Pdpb.GetRegionResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Pdpb.GetRegionResponse |
Pdpb.GetRegionResponse.parseFrom(InputStream input) |
static Pdpb.GetRegionResponse |
Pdpb.GetRegionResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<Pdpb.GetRegionRequest,Pdpb.GetRegionResponse> |
PDGrpc.getGetPrevRegionMethod() |
static io.grpc.MethodDescriptor<Pdpb.GetRegionByIDRequest,Pdpb.GetRegionResponse> |
PDGrpc.getGetRegionByIDMethod() |
static io.grpc.MethodDescriptor<Pdpb.GetRegionRequest,Pdpb.GetRegionResponse> |
PDGrpc.getGetRegionMethod() |
com.google.protobuf.Parser<Pdpb.GetRegionResponse> |
Pdpb.GetRegionResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<Pdpb.GetRegionResponse> |
PDGrpc.PDFutureStub.getPrevRegion(Pdpb.GetRegionRequest request) |
com.google.common.util.concurrent.ListenableFuture<Pdpb.GetRegionResponse> |
PDGrpc.PDFutureStub.getRegion(Pdpb.GetRegionRequest request) |
com.google.common.util.concurrent.ListenableFuture<Pdpb.GetRegionResponse> |
PDGrpc.PDFutureStub.getRegionByID(Pdpb.GetRegionByIDRequest request) |
static com.google.protobuf.Parser<Pdpb.GetRegionResponse> |
Pdpb.GetRegionResponse.parser() |
Modifier and Type | Method and Description |
---|---|
Pdpb.GetRegionResponse.Builder |
Pdpb.GetRegionResponse.Builder.mergeFrom(Pdpb.GetRegionResponse other) |
static Pdpb.GetRegionResponse.Builder |
Pdpb.GetRegionResponse.newBuilder(Pdpb.GetRegionResponse prototype) |
Modifier and Type | Method and Description |
---|---|
default void |
PDGrpc.AsyncService.getPrevRegion(Pdpb.GetRegionRequest request,
io.grpc.stub.StreamObserver<Pdpb.GetRegionResponse> responseObserver) |
void |
PDGrpc.PDStub.getPrevRegion(Pdpb.GetRegionRequest request,
io.grpc.stub.StreamObserver<Pdpb.GetRegionResponse> responseObserver) |
default void |
PDGrpc.AsyncService.getRegion(Pdpb.GetRegionRequest request,
io.grpc.stub.StreamObserver<Pdpb.GetRegionResponse> responseObserver) |
void |
PDGrpc.PDStub.getRegion(Pdpb.GetRegionRequest request,
io.grpc.stub.StreamObserver<Pdpb.GetRegionResponse> responseObserver) |
default void |
PDGrpc.AsyncService.getRegionByID(Pdpb.GetRegionByIDRequest request,
io.grpc.stub.StreamObserver<Pdpb.GetRegionResponse> responseObserver) |
void |
PDGrpc.PDStub.getRegionByID(Pdpb.GetRegionByIDRequest request,
io.grpc.stub.StreamObserver<Pdpb.GetRegionResponse> responseObserver) |
Copyright © 2024 PingCAP. All rights reserved.