Class Aggregation


  • public class Aggregation
    extends Object
    • Constructor Detail

      • Aggregation

        public Aggregation​(String name)
    • Method Detail

      • getName

        public String getName()
      • addMeasure

        public final void addMeasure​(step.core.reports.Measure measure)
      • getCount

        public long getCount()
      • getSum

        public long getSum()
      • getMax

        public long getMax()
      • getMin

        public long getMin()
      • getAvg

        public long getAvg()