public class AggregateCacheRegionStats extends CacheRegionStats
elementCountInMemory, elementCountOnDisk, elementCountTotal, hitCount, hitRatio, missCount, putCount, region, shortName
Constructor and Description |
---|
AggregateCacheRegionStats(String region) |
Modifier and Type | Method and Description |
---|---|
void |
aggregate(CacheRegionStats stats) |
long |
getElementCountInMemory() |
determineHitRatio, fromTabularData, getElementCountOnDisk, getElementCountTotal, getHitCount, getHitRatio, getMissCount, getPutCount, getRegion, getShortName, newTabularDataInstance, toCompositeData, toString
public AggregateCacheRegionStats(String region)
region
- public void aggregate(CacheRegionStats stats)
stats
- public long getElementCountInMemory()
getElementCountInMemory
in class CacheRegionStats
CacheRegionStats.getElementCountInMemory()
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.