Interface JmxBoundedMultiLruCacheMBean
-
- All Superinterfaces:
JmxBaseCacheMBean,JmxMultiLruCacheMBean
- All Known Implementing Classes:
JmxBoundedMultiLruCache
public interface JmxBoundedMultiLruCacheMBean extends JmxMultiLruCacheMBean
This interface defines the attributes exposed by the MultiLruCache MBean- Author:
- Krishnamohan Meduri (Krishna.Meduri@Sun.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetCurrentSize()Returns the current size of the cache in bytesLonggetMaxSize()Returns the upper bound on the cache size-
Methods inherited from interface com.sun.appserv.util.cache.mbeans.JmxBaseCacheMBean
getAddCount, getEntryCount, getHitCount, getMaxEntries, getMissCount, getName, getOverflowCount, getRefreshCount, getRemovalCount, getTableSize, getThreshold
-
Methods inherited from interface com.sun.appserv.util.cache.mbeans.JmxMultiLruCacheMBean
getSegmentListLength, getSegmentSize, getTrimCount
-
-