Uses of Class
org.apache.flink.runtime.rest.handler.async.OperationResult
Packages that use OperationResult
Package
Description
-
Uses of OperationResult in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return types with arguments of type OperationResultModifier and TypeMethodDescriptionDispatcherCachedOperationsHandler.getCheckpointStatus(AsynchronousJobOperationKey operationKey) DispatcherCachedOperationsHandler.getSavepointStatus(AsynchronousJobOperationKey operationKey) Dispatcher.getTriggeredCheckpointStatus(AsynchronousJobOperationKey operationKey) Dispatcher.getTriggeredSavepointStatus(AsynchronousJobOperationKey operationKey) -
Uses of OperationResult in org.apache.flink.runtime.rest.handler.async
Methods in org.apache.flink.runtime.rest.handler.async that return OperationResultModifier and TypeMethodDescriptionstatic <R extends Serializable>
OperationResult<R>static <R extends Serializable>
OperationResult<R>OperationResult.inProgress()static <R extends Serializable>
OperationResult<R>OperationResult.success(R result) Methods in org.apache.flink.runtime.rest.handler.async that return types with arguments of type OperationResultModifier and TypeMethodDescriptionReturns an optional containing theOperationResultfor the specified key, or an empty optional if no operation is registered under the key. -
Uses of OperationResult in org.apache.flink.runtime.webmonitor
Methods in org.apache.flink.runtime.webmonitor that return types with arguments of type OperationResultModifier and TypeMethodDescriptiondefault CompletableFuture<OperationResult<Long>>RestfulGateway.getTriggeredCheckpointStatus(AsynchronousJobOperationKey operationKey) Get the status of a checkpoint triggered under the specified operation key.default CompletableFuture<OperationResult<String>>RestfulGateway.getTriggeredSavepointStatus(AsynchronousJobOperationKey operationKey) Get the status of a savepoint triggered under the specified operation key.