Enum AggregationFunction.AggregationType

java.lang.Object
java.lang.Enum<AggregationFunction.AggregationType>
org.apache.flink.streaming.api.functions.aggregation.AggregationFunction.AggregationType
All Implemented Interfaces:
Serializable, Comparable<AggregationFunction.AggregationType>
Enclosing class:
AggregationFunction<T>

public static enum AggregationFunction.AggregationType extends Enum<AggregationFunction.AggregationType>
Aggregation types that can be used on a windowed stream or keyed stream.