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