Class Stats.ResourceCount

  • Enclosing class:
    Stats

    public static class Stats.ResourceCount
    extends java.lang.Object
    Aggregate data for usage of a resource in a specific scope.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double mean  
      double min  
      double opened  
      double peak  
      double refused  
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceCount()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • opened

        public double opened
      • peak

        public double peak
      • mean

        public double mean
      • min

        public double min
      • refused

        public double refused
    • Constructor Detail

      • ResourceCount

        public ResourceCount()