Uses of Class
org.apache.flink.streaming.api.functions.aggregation.AggregationFunction
Packages that use AggregationFunction
Package
Description
-
Uses of AggregationFunction in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream with parameters of type AggregationFunctionModifier and TypeMethodDescriptionprotected 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.aggregationModifier and TypeClassDescriptionclassAnAggregationFunctionthat computes values based on comparisons ofComparables.classAnAggregationFunctionthat sums up fields.