Class ConcurrentLRUCache.Stats

  • All Implemented Interfaces:
    org.apache.lucene.util.Accountable
    Enclosing class:
    ConcurrentLRUCache<K,​V>

    public static class ConcurrentLRUCache.Stats
    extends Object
    implements org.apache.lucene.util.Accountable
    • Constructor Detail

      • Stats

        public Stats()
    • Method Detail

      • getCumulativeLookups

        public long getCumulativeLookups()
      • getCumulativeHits

        public long getCumulativeHits()
      • getCumulativePuts

        public long getCumulativePuts()
      • getCumulativeEvictions

        public long getCumulativeEvictions()
      • getCumulativeIdleEvictions

        public long getCumulativeIdleEvictions()
      • getCurrentSize

        public int getCurrentSize()
      • getCumulativeNonLivePuts

        public long getCumulativeNonLivePuts()
      • getCumulativeMisses

        public long getCumulativeMisses()
      • ramBytesUsed

        public long ramBytesUsed()
        Specified by:
        ramBytesUsed in interface org.apache.lucene.util.Accountable