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