public interface ExecutionVertexOperations
ExecutionVertex.| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<?> |
cancel(ExecutionVertex executionVertex) |
void |
deploy(ExecutionVertex executionVertex) |
void |
markFailed(ExecutionVertex executionVertex,
Throwable cause) |
void deploy(ExecutionVertex executionVertex) throws JobException
JobExceptionCompletableFuture<?> cancel(ExecutionVertex executionVertex)
void markFailed(ExecutionVertex executionVertex, Throwable cause)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.