Uses of Class
org.apache.flink.runtime.rest.handler.job.AsynchronousJobOperationKey
-
-
Uses of AsynchronousJobOperationKey in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return types with arguments of type AsynchronousJobOperationKey Modifier and Type Method Description CompletedOperationCache<AsynchronousJobOperationKey,Long>DispatcherOperationCaches. getCheckpointTriggerCache()CompletedOperationCache<AsynchronousJobOperationKey,String>DispatcherOperationCaches. getSavepointTriggerCache()Methods in org.apache.flink.runtime.dispatcher with parameters of type AsynchronousJobOperationKey Modifier and Type Method Description CompletableFuture<OperationResult<Long>>DispatcherCachedOperationsHandler. getCheckpointStatus(AsynchronousJobOperationKey operationKey)CompletableFuture<OperationResult<String>>DispatcherCachedOperationsHandler. getSavepointStatus(AsynchronousJobOperationKey operationKey)CompletableFuture<OperationResult<Long>>Dispatcher. getTriggeredCheckpointStatus(AsynchronousJobOperationKey operationKey)CompletableFuture<OperationResult<String>>Dispatcher. getTriggeredSavepointStatus(AsynchronousJobOperationKey operationKey)CompletableFuture<Acknowledge>Dispatcher. stopWithSavepoint(AsynchronousJobOperationKey operationKey, String targetDirectory, org.apache.flink.core.execution.SavepointFormatType formatType, TriggerSavepointMode savepointMode, Duration timeout)CompletableFuture<Acknowledge>DispatcherCachedOperationsHandler. stopWithSavepoint(AsynchronousJobOperationKey operationKey, String targetDirectory, org.apache.flink.core.execution.SavepointFormatType formatType, TriggerSavepointMode savepointMode, Duration timeout)CompletableFuture<Acknowledge>Dispatcher. triggerCheckpoint(AsynchronousJobOperationKey operationKey, org.apache.flink.core.execution.CheckpointType checkpointType, Duration timeout)CompletableFuture<Acknowledge>DispatcherCachedOperationsHandler. triggerCheckpoint(AsynchronousJobOperationKey operationKey, org.apache.flink.core.execution.CheckpointType checkpointType, Duration timeout)CompletableFuture<Acknowledge>Dispatcher. triggerSavepoint(AsynchronousJobOperationKey operationKey, String targetDirectory, org.apache.flink.core.execution.SavepointFormatType formatType, TriggerSavepointMode savepointMode, Duration timeout)CompletableFuture<Acknowledge>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 Modifier and Type Method Description static AsynchronousJobOperationKeyAsynchronousJobOperationKey. of(TriggerId triggerId, org.apache.flink.api.common.JobID jobId) -
Uses of AsynchronousJobOperationKey in org.apache.flink.runtime.rest.handler.job.rescaling
Methods in org.apache.flink.runtime.rest.handler.job.rescaling that return AsynchronousJobOperationKey Modifier and Type Method Description protected 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 AsynchronousJobOperationKey Modifier and Type Method Description protected AsynchronousJobOperationKeySavepointHandlers.SavepointStatusHandler. getOperationKey(HandlerRequest<EmptyRequestBody> request)Methods in org.apache.flink.runtime.rest.handler.job.savepoints with parameters of type AsynchronousJobOperationKey Modifier and Type Method Description protected 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 AsynchronousJobOperationKey Modifier and Type Method Description default 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.
-