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