public interface ExecutionOperations
Execution
.Modifier and Type | Method and Description |
---|---|
CompletableFuture<?> |
cancel(Execution execution)
Cancel the execution.
|
void |
deploy(Execution execution)
Deploy the execution.
|
void |
markFailed(Execution execution,
Throwable cause)
Mark the execution as FAILED.
|
void deploy(Execution execution) throws JobException
execution
- to deploy.JobException
- if the execution cannot be deployed to the assigned resourceCompletableFuture<?> cancel(Execution execution)
execution
- to cancelCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.