Class AggregationFunction<T>
java.lang.Object
org.apache.flink.streaming.api.functions.aggregation.AggregationFunction<T>
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.functions.Function,org.apache.flink.api.common.functions.ReduceFunction<T>
- Direct Known Subclasses:
ComparableAggregator,SumAggregator
@Internal
public abstract class AggregationFunction<T>
extends Object
implements org.apache.flink.api.common.functions.ReduceFunction<T>
Holder class for aggregation types that can be used on a windowed stream or keyed stream.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumAggregation types that can be used on a windowed stream or keyed stream. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.api.common.functions.ReduceFunction
reduce
-
Constructor Details
-
AggregationFunction
public AggregationFunction()
-