|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface capturing basic cache management statistics
Method Summary | |
long |
getAverageReadTime()
Returns average milliseconds for an attribute read operation This includes both hits and misses. |
long |
getAverageWriteTime()
Returns average milliseconds for an attribute write operation |
long |
getElapsedTime()
Returns seconds since cache started |
long |
getEvictions()
Returns the number of cache eviction operations |
double |
getHitMissRatio()
Returns the hit/miss ratio for the cache This ratio is defined as hits/(hits + misses) |
long |
getHits()
Returns the number of cache attribute hits |
long |
getMisses()
Returns the number of cache attribute misses |
int |
getNumberOfAttributes()
|
int |
getNumberOfNodes()
|
double |
getReadWriteRatio()
Returns the read/write ratio for the cache This ratio is defined as (hits + misses)/stores |
long |
getStores()
Returns the number of cache attribute put operations |
long |
getTimeSinceReset()
Returns seconds since cache statistics reset If statistics haven't been reset, this will be the same as ElapsedTime |
Methods inherited from interface org.jboss.cache.interceptors.InterceptorMBean |
dumpStatistics, getStatisticsEnabled, resetStatistics, setStatisticsEnabled |
Method Detail |
public long getHits()
public long getMisses()
public long getStores()
public long getEvictions()
public int getNumberOfAttributes()
TreeCacheMBean.getNumberOfAttributes()
public int getNumberOfNodes()
TreeCacheMBean.getNumberOfNodes()
public double getHitMissRatio()
public double getReadWriteRatio()
public long getAverageReadTime()
public long getAverageWriteTime()
public long getElapsedTime()
public long getTimeSinceReset()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |