程序包 org.apache.seatunnel.engine.server.task.flow
-
接口概要 接口 说明 FlowLifeCycle OneInputFlowLifeCycle<T> A processing component that gets one piece of data at one time from other components inside the engineOneOutputFlowLifeCycle<T> A processing component that sends a piece of data from within the engine to other components at a time -
类概要 类 说明 AbstractFlowLifeCycle ActionFlowLifeCycle IntermediateQueueFlowLifeCycle<T extends AbstractIntermediateQueue<?>> ShuffleSinkFlowLifeCycle ShuffleSourceFlowLifeCycle<T> SinkFlowLifeCycle<T,CommitInfoT extends Serializable,AggregatedCommitInfoT,StateT> SourceFlowLifeCycle<T,SplitT extends org.apache.seatunnel.api.source.SourceSplit> TransformFlowLifeCycle<T>