Class Sum
java.lang.Object
org.apache.storm.trident.operation.builtin.Sum
- All Implemented Interfaces:
Serializable
,CombinerAggregator<Number>
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Sum
public Sum()
-
-
Method Details
-
init
- Specified by:
init
in interfaceCombinerAggregator<Number>
-
combine
- Specified by:
combine
in interfaceCombinerAggregator<Number>
-
zero
- Specified by:
zero
in interfaceCombinerAggregator<Number>
-