Uses of Class
org.apache.flink.runtime.rest.handler.async.AsynchronousOperationResult
-
-
Uses of AsynchronousOperationResult in org.apache.flink.runtime.rest.handler.async
Methods in org.apache.flink.runtime.rest.handler.async that return AsynchronousOperationResult Modifier and Type Method Description static <V> AsynchronousOperationResult<V>AsynchronousOperationResult. completed(V value)static <V> AsynchronousOperationResult<V>AsynchronousOperationResult. inProgress()Methods in org.apache.flink.runtime.rest.handler.async that return types with arguments of type AsynchronousOperationResult Modifier and Type Method Description Class<AsynchronousOperationResult<V>>AsynchronousOperationStatusMessageHeaders. getResponseClass()CompletableFuture<AsynchronousOperationResult<V>>AbstractAsynchronousOperationHandlers.StatusHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, T gateway)Constructor parameters in org.apache.flink.runtime.rest.handler.async with type arguments of type AsynchronousOperationResult Constructor Description StatusHandler(GatewayRetriever<? extends T> leaderRetriever, Duration timeout, Map<String,String> responseHeaders, MessageHeaders<EmptyRequestBody,AsynchronousOperationResult<V>,M> messageHeaders) -
Uses of AsynchronousOperationResult in org.apache.flink.runtime.rest.handler.job.checkpoints
Methods in org.apache.flink.runtime.rest.handler.job.checkpoints that return types with arguments of type AsynchronousOperationResult Modifier and Type Method Description CompletableFuture<AsynchronousOperationResult<CheckpointInfo>>CheckpointHandlers.CheckpointStatusHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway) -
Uses of AsynchronousOperationResult in org.apache.flink.runtime.rest.handler.job.rescaling
Methods in org.apache.flink.runtime.rest.handler.job.rescaling that return types with arguments of type AsynchronousOperationResult Modifier and Type Method Description CompletableFuture<AsynchronousOperationResult<AsynchronousOperationInfo>>RescalingHandlers.RescalingStatusHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway) -
Uses of AsynchronousOperationResult in org.apache.flink.runtime.rest.handler.job.savepoints
Methods in org.apache.flink.runtime.rest.handler.job.savepoints that return types with arguments of type AsynchronousOperationResult Modifier and Type Method Description CompletableFuture<AsynchronousOperationResult<SavepointInfo>>SavepointHandlers.SavepointStatusHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway)
-