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