public interface FailoverStrategy
| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
FailoverStrategy.Factory
The factory to instantiate
FailoverStrategy. |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<ExecutionVertexID> |
getTasksNeedingRestart(ExecutionVertexID executionVertexId,
Throwable cause)
Returns a set of IDs corresponding to the set of vertices that should be restarted.
|
Set<ExecutionVertexID> getTasksNeedingRestart(ExecutionVertexID executionVertexId, Throwable cause)
executionVertexId - ID of the failed taskcause - cause of the failureCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.