程序包 org.apache.flink.iteration.operator.allround
-
接口概要 接口 说明 EpochAware Operators or UDF implements this method would be provided with an supplier that provides the current rounds of the current element. -
类概要 类 说明 AbstractAllRoundWrapperOperator<T,S extends org.apache.flink.streaming.api.operators.StreamOperator<T>> The base class for the all-round wrapper operators.AllRoundOperatorWrapper<T> The operator wrapper implementation for all-round wrappers.MultipleInputAllRoundWrapperOperator<OUT> All-round wrapper for the multiple-inputs operator.OneInputAllRoundWrapperOperator<IN,OUT> All-round wrapper for the one-input operator.TwoInputAllRoundWrapperOperator<IN1,IN2,OUT> All-round wrapper for the two-inputs operator.