Uses of Class
org.apache.flink.streaming.api.functions.aggregation.AggregationFunction
-
Packages that use AggregationFunction Package Description org.apache.flink.streaming.api.datastream org.apache.flink.streaming.api.functions.aggregation -
-
Uses of AggregationFunction in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream with parameters of type AggregationFunction Modifier and Type Method Description protected SingleOutputStreamOperator<T>KeyedStream. aggregate(AggregationFunction<T> aggregate) -
Uses of AggregationFunction in org.apache.flink.streaming.api.functions.aggregation
Subclasses of AggregationFunction in org.apache.flink.streaming.api.functions.aggregation Modifier and Type Class Description classComparableAggregator<T>AnAggregationFunctionthat computes values based on comparisons ofComparables.classSumAggregator<T>AnAggregationFunctionthat sums up fields.
-