类 ActionFlowLifeCycle
- java.lang.Object
-
- org.apache.seatunnel.engine.server.task.flow.AbstractFlowLifeCycle
-
- org.apache.seatunnel.engine.server.task.flow.ActionFlowLifeCycle
-
- 所有已实现的接口:
Stateful,FlowLifeCycle
public abstract class ActionFlowLifeCycle extends AbstractFlowLifeCycle implements Stateful
-
-
字段概要
字段 修饰符和类型 字段 说明 protected org.apache.seatunnel.engine.core.dag.actions.Actionaction-
从类继承的字段 org.apache.seatunnel.engine.server.task.flow.AbstractFlowLifeCycle
completableFuture, prepareClose, runningTask
-
-
构造器概要
构造器 构造器 说明 ActionFlowLifeCycle(org.apache.seatunnel.engine.core.dag.actions.Action action, SeaTunnelTask runningTask, CompletableFuture<Void> completableFuture)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 org.apache.seatunnel.engine.core.dag.actions.ActiongetAction()-
从类继承的方法 org.apache.seatunnel.engine.server.task.flow.AbstractFlowLifeCycle
close
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.apache.seatunnel.engine.server.task.flow.FlowLifeCycle
init, open, prepareClose
-
从接口继承的方法 org.apache.seatunnel.engine.server.checkpoint.Stateful
restoreState
-
-
-
-
构造器详细资料
-
ActionFlowLifeCycle
public ActionFlowLifeCycle(org.apache.seatunnel.engine.core.dag.actions.Action action, SeaTunnelTask runningTask, CompletableFuture<Void> completableFuture)
-
-