java.lang.Object
org.apache.storm.streams.operations.aggregators.LongSum
All Implemented Interfaces:
Serializable, CombinerAggregator<Number,Long,Long>, Operation

public class LongSum extends Object implements CombinerAggregator<Number,Long,Long>
Computes the long sum of the input values.
See Also:
  • Constructor Details

    • LongSum

      public LongSum()
  • Method Details