Class SumAggregationFunction.SumAggregationFunctionFactory
- java.lang.Object
-
- org.apache.flink.api.java.aggregation.SumAggregationFunction.SumAggregationFunctionFactory
-
- All Implemented Interfaces:
Serializable,AggregationFunctionFactory
- Enclosing class:
- SumAggregationFunction<T>
public static final class SumAggregationFunction.SumAggregationFunctionFactory extends Object implements AggregationFunctionFactory
Factory forSumAggregationFunction.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SumAggregationFunctionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> AggregationFunction<T>createAggregationFunction(Class<T> type)
-
-
-
Method Detail
-
createAggregationFunction
public <T> AggregationFunction<T> createAggregationFunction(Class<T> type)
- Specified by:
createAggregationFunctionin interfaceAggregationFunctionFactory
-
-