类 ActionFlowLifeCycle
java.lang.Object
org.apache.seatunnel.engine.server.task.flow.AbstractFlowLifeCycle
org.apache.seatunnel.engine.server.task.flow.ActionFlowLifeCycle
- 所有已实现的接口:
Stateful,FlowLifeCycle
-
字段概要
字段从类继承的字段 org.apache.seatunnel.engine.server.task.flow.AbstractFlowLifeCycle
completableFuture, prepareClose, runningTask -
构造器概要
构造器构造器说明ActionFlowLifeCycle(org.apache.seatunnel.engine.core.dag.actions.Action action, SeaTunnelTask runningTask, org.apache.seatunnel.engine.common.utils.concurrent.CompletableFuture<Void> completableFuture) -
方法概要
从类继承的方法 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
-
字段详细资料
-
action
protected org.apache.seatunnel.engine.core.dag.actions.Action action
-
-
构造器详细资料
-
ActionFlowLifeCycle
public ActionFlowLifeCycle(org.apache.seatunnel.engine.core.dag.actions.Action action, SeaTunnelTask runningTask, org.apache.seatunnel.engine.common.utils.concurrent.CompletableFuture<Void> completableFuture)
-
-
方法详细资料
-
getAction
public org.apache.seatunnel.engine.core.dag.actions.Action getAction()
-