Class Stats.RequestCount

  • Enclosing class:
    Stats

    public static class Stats.RequestCount
    extends java.lang.Object
    Aggregate data for numbers of requests in a specific scope.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double failed  
      double refused  
      double succeeded  
    • Constructor Summary

      Constructors 
      Constructor Description
      RequestCount()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • succeeded

        public double succeeded
      • failed

        public double failed
      • refused

        public double refused
    • Constructor Detail

      • RequestCount

        public RequestCount()