类 ActionState
- java.lang.Object
-
- org.apache.seatunnel.engine.server.checkpoint.ActionState
-
- 所有已实现的接口:
Serializable
public class ActionState extends Object implements Serializable
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 ActionState(ActionStateKey stateKey, int parallelism)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ActionSubtaskStategetCoordinatorState()intgetParallelism()ActionStateKeygetStateKey()List<ActionSubtaskState>getSubtaskStates()voidreportState(int index, ActionSubtaskState state)
-
-
-
构造器详细资料
-
ActionState
public ActionState(ActionStateKey stateKey, int parallelism)
-
-
方法详细资料
-
getStateKey
public ActionStateKey getStateKey()
-
getSubtaskStates
public List<ActionSubtaskState> getSubtaskStates()
-
getCoordinatorState
public ActionSubtaskState getCoordinatorState()
-
getParallelism
public int getParallelism()
-
reportState
public void reportState(int index, ActionSubtaskState state)
-
-