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