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