Class GroupReduceIterator<IN,OUT>
- java.lang.Object
-
- org.apache.flink.api.common.functions.AbstractRichFunction
-
- org.apache.flink.api.common.functions.RichGroupReduceFunction<IN,OUT>
-
- org.apache.flink.api.java.functions.GroupReduceIterator<IN,OUT>
-
- Type Parameters:
IN-OUT-
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.functions.Function,org.apache.flink.api.common.functions.GroupReduceFunction<IN,OUT>,org.apache.flink.api.common.functions.RichFunction
@Deprecated @PublicEvolving public abstract class GroupReduceIterator<IN,OUT> extends org.apache.flink.api.common.functions.RichGroupReduceFunction<IN,OUT>
Deprecated.All Flink DataSet APIs are deprecated since Flink 1.18 and will be removed in a future Flink major version. You can still build your application in DataSet, but you should move to either the DataStream and/or Table API.Base class that simplifies reducing all values provided asIterable.
-
-
Constructor Summary
Constructors Constructor Description GroupReduceIterator()Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidreduce(Iterable<IN> values, org.apache.flink.util.Collector<OUT> out)Deprecated.abstract Iterator<OUT>reduceGroup(Iterable<IN> values)Deprecated.-
Methods inherited from class org.apache.flink.api.common.functions.AbstractRichFunction
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContext
-
-