Package org.apache.solr.util
Class ConcurrentLRUCache.Stats
java.lang.Object
org.apache.solr.util.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
-
Field Summary
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(ConcurrentLRUCache.Stats other) longlonglonglonglonglonglongintlongMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.lucene.util.Accountable
getChildResources
-
Constructor Details
-
Stats
public Stats()
-
-
Method Details
-
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() -
add
-
ramBytesUsed
public long ramBytesUsed()- Specified by:
ramBytesUsedin interfaceorg.apache.lucene.util.Accountable
-