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