Uses of Class
io.dingodb.coordinator.Coordinator.HelloResponse
Packages that use Coordinator.HelloResponse
-
Uses of Coordinator.HelloResponse in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Coordinator.HelloResponseModifier and TypeMethodDescriptionCoordinator.HelloResponse.Builder.build()Coordinator.HelloResponse.Builder.buildPartial()static Coordinator.HelloResponseCoordinator.HelloResponse.getDefaultInstance()Coordinator.HelloResponse.Builder.getDefaultInstanceForType()Coordinator.HelloResponse.getDefaultInstanceForType()CoordinatorServiceGrpc.CoordinatorServiceBlockingStub.getMemoryInfo(Coordinator.HelloRequest request) CoordinatorServiceGrpc.CoordinatorServiceBlockingStub.hello(Coordinator.HelloRequest request) Hello, this is for coordinator and metastatic Coordinator.HelloResponseCoordinator.HelloResponse.parseDelimitedFrom(InputStream input) static Coordinator.HelloResponseCoordinator.HelloResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Coordinator.HelloResponseCoordinator.HelloResponse.parseFrom(byte[] data) static Coordinator.HelloResponseCoordinator.HelloResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Coordinator.HelloResponseCoordinator.HelloResponse.parseFrom(com.google.protobuf.ByteString data) static Coordinator.HelloResponseCoordinator.HelloResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Coordinator.HelloResponseCoordinator.HelloResponse.parseFrom(com.google.protobuf.CodedInputStream input) static Coordinator.HelloResponseCoordinator.HelloResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Coordinator.HelloResponseCoordinator.HelloResponse.parseFrom(InputStream input) static Coordinator.HelloResponseCoordinator.HelloResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Coordinator.HelloResponseCoordinator.HelloResponse.parseFrom(ByteBuffer data) static Coordinator.HelloResponseCoordinator.HelloResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.coordinator that return types with arguments of type Coordinator.HelloResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Coordinator.HelloRequest,Coordinator.HelloResponse> CoordinatorServiceGrpc.getGetMemoryInfoMethod()static io.grpc.MethodDescriptor<Coordinator.HelloRequest,Coordinator.HelloResponse> CoordinatorServiceGrpc.getHelloMethod()com.google.common.util.concurrent.ListenableFuture<Coordinator.HelloResponse>CoordinatorServiceGrpc.CoordinatorServiceFutureStub.getMemoryInfo(Coordinator.HelloRequest request) com.google.protobuf.Parser<Coordinator.HelloResponse>Coordinator.HelloResponse.getParserForType()com.google.common.util.concurrent.ListenableFuture<Coordinator.HelloResponse>CoordinatorServiceGrpc.CoordinatorServiceFutureStub.hello(Coordinator.HelloRequest request) Hello, this is for coordinator and metastatic com.google.protobuf.Parser<Coordinator.HelloResponse>Coordinator.HelloResponse.parser()Methods in io.dingodb.coordinator with parameters of type Coordinator.HelloResponseModifier and TypeMethodDescriptionCoordinator.HelloResponse.Builder.mergeFrom(Coordinator.HelloResponse other) Coordinator.HelloResponse.newBuilder(Coordinator.HelloResponse prototype) Method parameters in io.dingodb.coordinator with type arguments of type Coordinator.HelloResponseModifier and TypeMethodDescriptiondefault voidCoordinatorServiceGrpc.AsyncService.getMemoryInfo(Coordinator.HelloRequest request, io.grpc.stub.StreamObserver<Coordinator.HelloResponse> responseObserver) voidCoordinatorServiceGrpc.CoordinatorServiceStub.getMemoryInfo(Coordinator.HelloRequest request, io.grpc.stub.StreamObserver<Coordinator.HelloResponse> responseObserver) default voidCoordinatorServiceGrpc.AsyncService.hello(Coordinator.HelloRequest request, io.grpc.stub.StreamObserver<Coordinator.HelloResponse> responseObserver) Hello, this is for coordinator and metavoidCoordinatorServiceGrpc.CoordinatorServiceStub.hello(Coordinator.HelloRequest request, io.grpc.stub.StreamObserver<Coordinator.HelloResponse> responseObserver) Hello, this is for coordinator and meta