Uses of Interface
org.apache.flink.api.java.aggregation.AggregationFunctionFactory
-
Packages that use AggregationFunctionFactory Package Description org.apache.flink.api.java.aggregation -
-
Uses of AggregationFunctionFactory in org.apache.flink.api.java.aggregation
Classes in org.apache.flink.api.java.aggregation that implement AggregationFunctionFactory Modifier and Type Class Description static classMaxAggregationFunction.MaxAggregationFunctionFactoryFactory forMaxAggregationFunction.static classMinAggregationFunction.MinAggregationFunctionFactoryFactory forMinAggregationFunction.static classSumAggregationFunction.SumAggregationFunctionFactoryFactory forSumAggregationFunction.Methods in org.apache.flink.api.java.aggregation that return AggregationFunctionFactory Modifier and Type Method Description AggregationFunctionFactoryAggregations. getFactory()Deprecated.
-