|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JmxBaseCacheMBean
This interface defines the attributes exposed by the BaseCache MBean
| Method Summary | |
|---|---|
java.lang.Integer |
getAddCount()
Returns the number of times new entries have been added |
java.lang.Integer |
getEntryCount()
Returns current number of Entries |
java.lang.Integer |
getHitCount()
Return the number of cache hits |
java.lang.Integer |
getMaxEntries()
Returns maximum possible number of entries |
java.lang.Integer |
getMissCount()
Returns the number of cache misses |
java.lang.String |
getName()
Returns a unique identifier for this MBean inside the domain |
java.lang.Integer |
getOverflowCount()
Returns the number of times that an overflow has occurred |
java.lang.Integer |
getRefreshCount()
Returns the number of values that have been refreshed (replaced with a new value in an existing extry) |
java.lang.Integer |
getRemovalCount()
Returns the number of entries that have been removed |
java.lang.Integer |
getTableSize()
Returns current number of buckets |
java.lang.Integer |
getThreshold()
Returns threshold. |
| Method Detail |
|---|
java.lang.String getName()
java.lang.Integer getMaxEntries()
java.lang.Integer getThreshold()
java.lang.Integer getTableSize()
java.lang.Integer getEntryCount()
java.lang.Integer getHitCount()
java.lang.Integer getMissCount()
java.lang.Integer getRemovalCount()
java.lang.Integer getRefreshCount()
java.lang.Integer getOverflowCount()
java.lang.Integer getAddCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||