Class ResourceGroup.BytesAndMessagesCount

  • Enclosing class:
    ResourceGroup

    public static class ResourceGroup.BytesAndMessagesCount
    extends java.lang.Object
    Convenience class for bytes and messages counts, which are used together in a lot of the following code.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long bytes  
      long messages  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • bytes

        public long bytes
      • messages

        public long messages
    • Constructor Detail

      • BytesAndMessagesCount

        public BytesAndMessagesCount()