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