Uses of Package
org.apache.flink.streaming.api.functions.aggregation
-
Packages that use org.apache.flink.streaming.api.functions.aggregation Package Description org.apache.flink.streaming.api.datastream org.apache.flink.streaming.api.functions.aggregation -
Classes in org.apache.flink.streaming.api.functions.aggregation used by org.apache.flink.streaming.api.datastream Class Description AggregationFunction Holder class for aggregation types that can be used on a windowed stream or keyed stream. -
Classes in org.apache.flink.streaming.api.functions.aggregation used by org.apache.flink.streaming.api.functions.aggregation Class Description AggregationFunction Holder class for aggregation types that can be used on a windowed stream or keyed stream.AggregationFunction.AggregationType Aggregation types that can be used on a windowed stream or keyed stream.Comparator Internal comparator implementation, for use withComparableAggregator
.SumFunction Internal function for summing up contents of fields.