|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.hibernate.management.impl.CacheRegionStats
net.sf.ehcache.hibernate.management.impl.AggregateCacheRegionStats
public class AggregateCacheRegionStats
Field Summary |
---|
Fields inherited from class net.sf.ehcache.hibernate.management.impl.CacheRegionStats |
---|
elementCountInMemory, elementCountOnDisk, elementCountTotal, hitCount, hitLatency, hitRatio, latencyCacheHit, latencyCacheTime, latencyDbHit, latencyDbTime, loadLatency, missCount, putCount, region, shortName |
Constructor Summary | |
---|---|
AggregateCacheRegionStats(java.lang.String region)
|
Method Summary | |
---|---|
void |
aggregate(CacheRegionStats stats)
|
long |
getElementCountInMemory()
getElementCountInMemory |
Methods inherited from class net.sf.ehcache.hibernate.management.impl.CacheRegionStats |
---|
determineHitRatio, fromTabularData, getElementCountOnDisk, getElementCountTotal, getHitCount, getHitLatency, getHitRatio, getLatencyCacheHit, getLatencyCacheTime, getLatencyDbHit, getLatencyDbTime, getLoadLatency, getMissCount, getPutCount, getRegion, getShortName, newTabularDataInstance, toCompositeData, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AggregateCacheRegionStats(java.lang.String region)
region
- Method Detail |
---|
public void aggregate(CacheRegionStats stats)
stats
- public long getElementCountInMemory()
CacheRegionStats
getElementCountInMemory
in class CacheRegionStats
CacheRegionStats.getElementCountInMemory()
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |