Class QueryCache.EntriesStats

  • Enclosing interface:
    QueryCache

    public static class QueryCache.EntriesStats
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long count  
      long sizeInBytes  
    • Constructor Summary

      Constructors 
      Constructor Description
      EntriesStats​(long sizeInBytes, long count)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • sizeInBytes

        public final long sizeInBytes
      • count

        public final long count
    • Constructor Detail

      • EntriesStats

        public EntriesStats​(long sizeInBytes,
                            long count)