org.terracotta.modules.hibernatecache.jmx
Class AggregateCacheRegionStats

java.lang.Object
  extended by org.terracotta.modules.hibernatecache.jmx.CacheRegionStats
      extended by org.terracotta.modules.hibernatecache.jmx.AggregateCacheRegionStats
All Implemented Interfaces:
Serializable

public class AggregateCacheRegionStats
extends CacheRegionStats

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.terracotta.modules.hibernatecache.jmx.CacheRegionStats
elementCountInMemory, elementCountOnDisk, elementCountTotal, hitCount, hitRatio, missCount, putCount, region, shortName
 
Constructor Summary
AggregateCacheRegionStats(String region)
           
 
Method Summary
 void aggregate(CacheRegionStats stats)
           
 long getElementCountInMemory()
           
 
Methods inherited from class org.terracotta.modules.hibernatecache.jmx.CacheRegionStats
determineHitRatio, fromTabularData, getElementCountOnDisk, getElementCountTotal, getHitCount, getHitRatio, 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

AggregateCacheRegionStats

public AggregateCacheRegionStats(String region)
Method Detail

aggregate

public void aggregate(CacheRegionStats stats)

getElementCountInMemory

public long getElementCountInMemory()
Overrides:
getElementCountInMemory in class CacheRegionStats


Copyright © 2010 Terracotta, Inc.. All Rights Reserved.