接口 OneInputFlowLifeCycle<T>

所有超级接口:
FlowLifeCycle
所有已知实现类:
IntermediateQueueFlowLifeCycle, ShuffleSinkFlowLifeCycle, SinkFlowLifeCycle, TransformFlowLifeCycle

public interface OneInputFlowLifeCycle<T> extends FlowLifeCycle
A processing component that gets one piece of data at one time from other components inside the engine
另请参阅: