Uses of Class
org.apache.flink.runtime.rest.handler.async.AsynchronousOperationResult
Packages that use AsynchronousOperationResult
Package
Description
-
Uses of AsynchronousOperationResult in org.apache.flink.runtime.rest.handler.async
Methods in org.apache.flink.runtime.rest.handler.async that return AsynchronousOperationResultModifier and TypeMethodDescriptionstatic <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 AsynchronousOperationResultModifier and TypeMethodDescriptionAsynchronousOperationStatusMessageHeaders.getResponseClass()AbstractAsynchronousOperationHandlers.StatusHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, T gateway) Constructor parameters in org.apache.flink.runtime.rest.handler.async with type arguments of type AsynchronousOperationResultModifierConstructorDescriptionprotectedStatusHandler(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 AsynchronousOperationResultModifier and TypeMethodDescriptionCheckpointHandlers.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 AsynchronousOperationResultModifier and TypeMethodDescriptionRescalingHandlers.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 AsynchronousOperationResultModifier and TypeMethodDescriptionSavepointHandlers.SavepointStatusHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway)