org.tinygroup.jspengine.appserv.util.cache.mbeans
接口 JmxBoundedMultiLruCacheMBean

所有超级接口:
JmxBaseCacheMBean, JmxMultiLruCacheMBean
所有已知实现类:
JmxBoundedMultiLruCache

public interface JmxBoundedMultiLruCacheMBean
extends JmxMultiLruCacheMBean

This interface defines the attributes exposed by the MultiLruCache MBean

作者:
Krishnamohan Meduri (Krishna.Meduri@Sun.com)

方法摘要
 Long getCurrentSize()
          Returns the current size of the cache in bytes
 Long getMaxSize()
          Returns the upper bound on the cache size
 
从接口 org.tinygroup.jspengine.appserv.util.cache.mbeans.JmxMultiLruCacheMBean 继承的方法
getSegmentListLength, getSegmentSize, getTrimCount
 
从接口 org.tinygroup.jspengine.appserv.util.cache.mbeans.JmxBaseCacheMBean 继承的方法
getAddCount, getEntryCount, getHitCount, getMaxEntries, getMissCount, getName, getOverflowCount, getRefreshCount, getRemovalCount, getTableSize, getThreshold
 

方法详细信息

getCurrentSize

Long getCurrentSize()
Returns the current size of the cache in bytes


getMaxSize

Long getMaxSize()
Returns the upper bound on the cache size



Copyright © 2006–2014 开源组织. All rights reserved.