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