接口 Stateful
-
- 所有已知子接口:
Task
- 所有已知实现类:
AbstractTask,ActionFlowLifeCycle,CoordinatorTask,SeaTunnelTask,SinkAggregatedCommitterTask,SinkFlowLifeCycle,SourceFlowLifeCycle,SourceSeaTunnelTask,SourceSplitEnumeratorTask,TransformFlowLifeCycle,TransformSeaTunnelTask
public interface Stateful
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidrestoreState(List<ActionSubtaskState> actionStateList)
-
-
-
方法详细资料
-
restoreState
void restoreState(List<ActionSubtaskState> actionStateList) throws Exception
- 抛出:
Exception
-
-