org.tinygroup.jspengine.appserv.util.cache.mbeans
类 JmxLruCache
java.lang.Object
org.tinygroup.jspengine.appserv.util.cache.mbeans.JmxBaseCache
org.tinygroup.jspengine.appserv.util.cache.mbeans.JmxLruCache
- 所有已实现的接口:
- JmxBaseCacheMBean, JmxLruCacheMBean
public class JmxLruCache
- extends JmxBaseCache
- implements JmxLruCacheMBean
This class provides implementation for JmxLruCache MBean
- 作者:
- Krishnamohan Meduri (Krishna.Meduri@Sun.com)
| 从类 org.tinygroup.jspengine.appserv.util.cache.mbeans.JmxBaseCache 继承的方法 |
getAddCount, getEntryCount, getHitCount, getMaxEntries, getMissCount, getName, getOverflowCount, getRefreshCount, getRemovalCount, getTableSize, getThreshold |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 从接口 org.tinygroup.jspengine.appserv.util.cache.mbeans.JmxBaseCacheMBean 继承的方法 |
getAddCount, getEntryCount, getHitCount, getMaxEntries, getMissCount, getName, getOverflowCount, getRefreshCount, getRemovalCount, getTableSize, getThreshold |
JmxLruCache
public JmxLruCache(LruCache lruCache,
String name)
getLruListLength
public Integer getLruListLength()
- Returns the current lenght of the LRU list
- 指定者:
- 接口
JmxLruCacheMBean 中的 getLruListLength
getTrimCount
public Integer getTrimCount()
- Returns the number of entries that have been trimmed
- 指定者:
- 接口
JmxLruCacheMBean 中的 getTrimCount
Copyright © 2006–2014 开源组织. All rights reserved.