类 AbstractFlowLifeCycle

java.lang.Object
org.apache.seatunnel.engine.server.task.flow.AbstractFlowLifeCycle
所有已实现的接口:
FlowLifeCycle
直接已知子类:
ActionFlowLifeCycle, IntermediateQueueFlowLifeCycle, ShuffleSinkFlowLifeCycle, ShuffleSourceFlowLifeCycle

public class AbstractFlowLifeCycle extends Object implements FlowLifeCycle
  • 字段详细资料

    • runningTask

      protected final SeaTunnelTask runningTask
    • completableFuture

      protected final org.apache.seatunnel.engine.common.utils.concurrent.CompletableFuture<Void> completableFuture
    • prepareClose

      protected Boolean prepareClose
  • 构造器详细资料

    • AbstractFlowLifeCycle

      public AbstractFlowLifeCycle(SeaTunnelTask runningTask, org.apache.seatunnel.engine.common.utils.concurrent.CompletableFuture<Void> completableFuture)
  • 方法详细资料