public interface ExecutionOperations
Execution.| 限定符和类型 | 方法和说明 |
|---|---|
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–2022 The Apache Software Foundation. All rights reserved.