Uses of Class
org.apache.flink.runtime.rest.handler.job.AsynchronousJobOperationKey
Packages that use AsynchronousJobOperationKey
Package
Description
-
Uses of AsynchronousJobOperationKey in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return types with arguments of type AsynchronousJobOperationKeyModifier and TypeMethodDescriptionDispatcherOperationCaches.getCheckpointTriggerCache()DispatcherOperationCaches.getSavepointTriggerCache()Methods in org.apache.flink.runtime.dispatcher with parameters of type AsynchronousJobOperationKeyModifier and TypeMethodDescriptionDispatcherCachedOperationsHandler.getCheckpointStatus(AsynchronousJobOperationKey operationKey) DispatcherCachedOperationsHandler.getSavepointStatus(AsynchronousJobOperationKey operationKey) Dispatcher.getTriggeredCheckpointStatus(AsynchronousJobOperationKey operationKey) Dispatcher.getTriggeredSavepointStatus(AsynchronousJobOperationKey operationKey) Dispatcher.stopWithSavepoint(AsynchronousJobOperationKey operationKey, String targetDirectory, org.apache.flink.core.execution.SavepointFormatType formatType, TriggerSavepointMode savepointMode, Duration timeout) DispatcherCachedOperationsHandler.stopWithSavepoint(AsynchronousJobOperationKey operationKey, String targetDirectory, org.apache.flink.core.execution.SavepointFormatType formatType, TriggerSavepointMode savepointMode, Duration timeout) Dispatcher.triggerCheckpoint(AsynchronousJobOperationKey operationKey, org.apache.flink.core.execution.CheckpointType checkpointType, Duration timeout) DispatcherCachedOperationsHandler.triggerCheckpoint(AsynchronousJobOperationKey operationKey, org.apache.flink.core.execution.CheckpointType checkpointType, Duration timeout) Dispatcher.triggerSavepoint(AsynchronousJobOperationKey operationKey, String targetDirectory, org.apache.flink.core.execution.SavepointFormatType formatType, TriggerSavepointMode savepointMode, Duration timeout) DispatcherCachedOperationsHandler.triggerSavepoint(AsynchronousJobOperationKey operationKey, String targetDirectory, org.apache.flink.core.execution.SavepointFormatType formatType, TriggerSavepointMode savepointMode, Duration timeout) -
Uses of AsynchronousJobOperationKey in org.apache.flink.runtime.rest.handler.job
Methods in org.apache.flink.runtime.rest.handler.job that return AsynchronousJobOperationKey -
Uses of AsynchronousJobOperationKey in org.apache.flink.runtime.rest.handler.job.rescaling
Methods in org.apache.flink.runtime.rest.handler.job.rescaling that return AsynchronousJobOperationKeyModifier and TypeMethodDescriptionprotected AsynchronousJobOperationKeyRescalingHandlers.RescalingTriggerHandler.createOperationKey(HandlerRequest<EmptyRequestBody> request) protected AsynchronousJobOperationKeyRescalingHandlers.RescalingStatusHandler.getOperationKey(HandlerRequest<EmptyRequestBody> request) -
Uses of AsynchronousJobOperationKey in org.apache.flink.runtime.rest.handler.job.savepoints
Methods in org.apache.flink.runtime.rest.handler.job.savepoints that return AsynchronousJobOperationKeyModifier and TypeMethodDescriptionprotected AsynchronousJobOperationKeySavepointHandlers.SavepointStatusHandler.getOperationKey(HandlerRequest<EmptyRequestBody> request) Methods in org.apache.flink.runtime.rest.handler.job.savepoints with parameters of type AsynchronousJobOperationKeyModifier and TypeMethodDescriptionprotected CompletableFuture<Acknowledge>SavepointHandlers.SavepointTriggerHandler.triggerOperation(HandlerRequest<SavepointTriggerRequestBody> request, AsynchronousJobOperationKey operationKey, RestfulGateway gateway) protected CompletableFuture<Acknowledge>SavepointHandlers.StopWithSavepointHandler.triggerOperation(HandlerRequest<StopWithSavepointRequestBody> request, AsynchronousJobOperationKey operationKey, RestfulGateway gateway) -
Uses of AsynchronousJobOperationKey in org.apache.flink.runtime.webmonitor
Methods in org.apache.flink.runtime.webmonitor with parameters of type AsynchronousJobOperationKeyModifier 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.default CompletableFuture<Acknowledge>RestfulGateway.stopWithSavepoint(AsynchronousJobOperationKey operationKey, String targetDirectory, org.apache.flink.core.execution.SavepointFormatType formatType, TriggerSavepointMode savepointMode, Duration timeout) Stops the job with a savepoint, returning a future that completes when the operation is started.default CompletableFuture<Acknowledge>RestfulGateway.triggerCheckpoint(AsynchronousJobOperationKey operationKey, org.apache.flink.core.execution.CheckpointType checkpointType, Duration timeout) Triggers a checkpoint with the given savepoint directory as a target.default CompletableFuture<Acknowledge>RestfulGateway.triggerSavepoint(AsynchronousJobOperationKey operationKey, String targetDirectory, org.apache.flink.core.execution.SavepointFormatType formatType, TriggerSavepointMode savepointMode, Duration timeout) Triggers a savepoint with the given savepoint directory as a target, returning a future that completes when the operation is started.