Class RestStats


  • public class RestStats
    extends Object
    • Constructor Detail

      • RestStats

        public RestStats()
      • RestStats

        public RestStats​(long count,
                         double min,
                         double max,
                         double average,
                         double stdDeviation,
                         Map<Integer,​Double> percentiles,
                         String actionIdentifier)
    • Method Detail

      • getCount

        public long getCount()
      • getMin

        public double getMin()
      • getMax

        public double getMax()
      • getAverage

        public double getAverage()
      • getStdDeviation

        public double getStdDeviation()
      • getActionIdentifier

        public String getActionIdentifier()