接口的使用
org.apache.seatunnel.engine.server.task.flow.FlowLifeCycle
-
使用FlowLifeCycle的程序包 程序包 说明 org.apache.seatunnel.engine.server.task org.apache.seatunnel.engine.server.task.flow -
-
org.apache.seatunnel.engine.server.task中FlowLifeCycle的使用
声明为FlowLifeCycle的org.apache.seatunnel.engine.server.task中的字段 修饰符和类型 字段 说明 protected FlowLifeCycleSeaTunnelTask. startFlowLifeCycle类型参数类型为FlowLifeCycle的org.apache.seatunnel.engine.server.task中的字段 修饰符和类型 字段 说明 protected List<FlowLifeCycle>SeaTunnelTask. allCycles -
org.apache.seatunnel.engine.server.task.flow中FlowLifeCycle的使用
org.apache.seatunnel.engine.server.task.flow中FlowLifeCycle的子接口 修饰符和类型 接口 说明 interfaceOneInputFlowLifeCycle<T>A processing component that gets one piece of data at one time from other components inside the engineinterfaceOneOutputFlowLifeCycle<T>A processing component that sends a piece of data from within the engine to other components at a time实现FlowLifeCycle的org.apache.seatunnel.engine.server.task.flow中的类 修饰符和类型 类 说明 classAbstractFlowLifeCycleclassActionFlowLifeCycleclassIntermediateQueueFlowLifeCycle<T extends AbstractIntermediateQueue<?>>classShuffleSinkFlowLifeCycleclassShuffleSourceFlowLifeCycle<T>classSinkFlowLifeCycle<T,CommitInfoT extends Serializable,AggregatedCommitInfoT,StateT>classSourceFlowLifeCycle<T,SplitT extends org.apache.seatunnel.api.source.SourceSplit>classTransformFlowLifeCycle<T>
-