Class AggregateMetric

  • All Implemented Interfaces:
    com.codahale.metrics.Metric

    public class AggregateMetric
    extends Object
    implements com.codahale.metrics.Metric
    This class is used for keeping several partial named values and providing useful statistics over them.
    • Constructor Detail

      • AggregateMetric

        public AggregateMetric()
    • Method Detail

      • clear

        public void clear​(String name)
      • clear

        public void clear()
      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • getMax

        public double getMax()
      • getMin

        public double getMin()
      • getMean

        public double getMean()
      • getStdDev

        public double getStdDev()
      • getSum

        public double getSum()