Class Stats.MessageCount

  • Enclosing class:
    Stats

    public static class Stats.MessageCount
    extends java.lang.Object
    A datapoint for message volume (number of messages plus aggregate data size)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double count  
      double data  
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageCount()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • count

        public double count
      • data

        public double data
    • Constructor Detail

      • MessageCount

        public MessageCount()