public interface ExecutionVertexOperations
ExecutionVertex
.Modifier and Type | Method and Description |
---|---|
CompletableFuture<?> |
cancel(ExecutionVertex executionVertex) |
void |
deploy(ExecutionVertex executionVertex) |
void |
markFailed(ExecutionVertex executionVertex,
Throwable cause) |
void deploy(ExecutionVertex executionVertex) throws JobException
JobException
CompletableFuture<?> cancel(ExecutionVertex executionVertex)
void markFailed(ExecutionVertex executionVertex, Throwable cause)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.