Class JmxLruCache
java.lang.Object
com.sun.appserv.util.cache.mbeans.JmxBaseCache
com.sun.appserv.util.cache.mbeans.JmxLruCache
- All Implemented Interfaces:
JmxBaseCacheMBean,JmxLruCacheMBean
This class provides implementation for JmxLruCache MBean
- Author:
- Krishnamohan Meduri (Krishna.Meduri@Sun.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the current lenght of the LRU listReturns the number of entries that have been trimmedMethods inherited from class com.sun.appserv.util.cache.mbeans.JmxBaseCache
getAddCount, getEntryCount, getHitCount, getMaxEntries, getMissCount, getName, getOverflowCount, getRefreshCount, getRemovalCount, getTableSize, getThresholdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.appserv.util.cache.mbeans.JmxBaseCacheMBean
getAddCount, getEntryCount, getHitCount, getMaxEntries, getMissCount, getName, getOverflowCount, getRefreshCount, getRemovalCount, getTableSize, getThreshold
-
Constructor Details
-
JmxLruCache
-
-
Method Details
-
getLruListLength
Returns the current lenght of the LRU list- Specified by:
getLruListLengthin interfaceJmxLruCacheMBean
-
getTrimCount
Returns the number of entries that have been trimmed- Specified by:
getTrimCountin interfaceJmxLruCacheMBean
-