Uses of Class
io.dingodb.coordinator.Coordinator.QueryRegionResponse
Packages that use Coordinator.QueryRegionResponse
-
Uses of Coordinator.QueryRegionResponse in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Coordinator.QueryRegionResponseModifier and TypeMethodDescriptionCoordinator.QueryRegionResponse.Builder.build()Coordinator.QueryRegionResponse.Builder.buildPartial()Coordinator.QueryRegionResponse.getDefaultInstance()Coordinator.QueryRegionResponse.Builder.getDefaultInstanceForType()Coordinator.QueryRegionResponse.getDefaultInstanceForType()Coordinator.QueryRegionResponse.parseDelimitedFrom(InputStream input) Coordinator.QueryRegionResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Coordinator.QueryRegionResponse.parseFrom(byte[] data) Coordinator.QueryRegionResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Coordinator.QueryRegionResponse.parseFrom(com.google.protobuf.ByteString data) Coordinator.QueryRegionResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Coordinator.QueryRegionResponse.parseFrom(com.google.protobuf.CodedInputStream input) Coordinator.QueryRegionResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Coordinator.QueryRegionResponse.parseFrom(InputStream input) Coordinator.QueryRegionResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Coordinator.QueryRegionResponse.parseFrom(ByteBuffer data) Coordinator.QueryRegionResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CoordinatorServiceGrpc.CoordinatorServiceBlockingStub.queryRegion(Coordinator.QueryRegionRequest request) RegionMethods in io.dingodb.coordinator that return types with arguments of type Coordinator.QueryRegionResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Coordinator.QueryRegionResponse>Coordinator.QueryRegionResponse.getParserForType()static io.grpc.MethodDescriptor<Coordinator.QueryRegionRequest,Coordinator.QueryRegionResponse> CoordinatorServiceGrpc.getQueryRegionMethod()static com.google.protobuf.Parser<Coordinator.QueryRegionResponse>Coordinator.QueryRegionResponse.parser()com.google.common.util.concurrent.ListenableFuture<Coordinator.QueryRegionResponse>CoordinatorServiceGrpc.CoordinatorServiceFutureStub.queryRegion(Coordinator.QueryRegionRequest request) RegionMethods in io.dingodb.coordinator with parameters of type Coordinator.QueryRegionResponseModifier and TypeMethodDescriptionCoordinator.QueryRegionResponse.Builder.mergeFrom(Coordinator.QueryRegionResponse other) Coordinator.QueryRegionResponse.newBuilder(Coordinator.QueryRegionResponse prototype) Method parameters in io.dingodb.coordinator with type arguments of type Coordinator.QueryRegionResponseModifier and TypeMethodDescriptiondefault voidCoordinatorServiceGrpc.AsyncService.queryRegion(Coordinator.QueryRegionRequest request, io.grpc.stub.StreamObserver<Coordinator.QueryRegionResponse> responseObserver) RegionvoidCoordinatorServiceGrpc.CoordinatorServiceStub.queryRegion(Coordinator.QueryRegionRequest request, io.grpc.stub.StreamObserver<Coordinator.QueryRegionResponse> responseObserver) Region