|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.tinygroup.jspengine.appserv.util.cache.mbeans.JmxBaseCache
public class JmxBaseCache
This class provides implementation for JmxBaseCacheMBean
| 构造方法摘要 | |
|---|---|
JmxBaseCache(BaseCache baseCache,
String name)
|
|
| 方法摘要 | |
|---|---|
Integer |
getAddCount()
Returns the number of times new entries have been added |
Integer |
getEntryCount()
Returns current number of Entries |
Integer |
getHitCount()
Return the number of cache hits |
Integer |
getMaxEntries()
Returns maximum possible number of entries |
Integer |
getMissCount()
Returns the number of cache misses |
String |
getName()
Returns a unique identifier for this MBean inside the domain |
Integer |
getOverflowCount()
Returns the number of times that an overflow has occurred |
Integer |
getRefreshCount()
Returns the number of values that have been refreshed (replaced with a new value in an existing extry) |
Integer |
getRemovalCount()
Returns the number of entries that have been removed |
Integer |
getTableSize()
Returns current number of buckets |
Integer |
getThreshold()
Returns threshold. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public JmxBaseCache(BaseCache baseCache,
String name)
| 方法详细信息 |
|---|
public String getName()
JmxBaseCacheMBean 中的 getNamepublic Integer getMaxEntries()
JmxBaseCacheMBean 中的 getMaxEntriespublic Integer getThreshold()
JmxBaseCacheMBean 中的 getThresholdpublic Integer getTableSize()
JmxBaseCacheMBean 中的 getTableSizepublic Integer getEntryCount()
JmxBaseCacheMBean 中的 getEntryCountpublic Integer getHitCount()
JmxBaseCacheMBean 中的 getHitCountpublic Integer getMissCount()
JmxBaseCacheMBean 中的 getMissCountpublic Integer getRemovalCount()
JmxBaseCacheMBean 中的 getRemovalCountpublic Integer getRefreshCount()
JmxBaseCacheMBean 中的 getRefreshCountpublic Integer getOverflowCount()
JmxBaseCacheMBean 中的 getOverflowCountpublic Integer getAddCount()
JmxBaseCacheMBean 中的 getAddCount
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||