public class CacheStats extends Stats implements ICacheStats
Only the composite cache knows what the hit count across all auxiliaries is.
| Constructor and Description |
|---|
CacheStats() |
| Modifier and Type | Method and Description |
|---|---|
IStats[] |
getAuxiliaryCacheStats() |
java.lang.String |
getRegionName()
Stats are for a region, though auxiliary data may be for more.
|
IStatElement[] |
getStatElements()
This returns data about the auxiliaries, such as hit count.
|
void |
setAuxiliaryCacheStats(IStats[] stats) |
void |
setRegionName(java.lang.String name)
Stats are for a region, though auxiliary data may be for more.
|
void |
setStatElements(IStatElement[] stats)
Set the generic statistical or historical data.
|
java.lang.String |
toString() |
getTypeName, setTypeNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTypeName, setTypeNamepublic java.lang.String getRegionName()
getRegionName in interface ICacheStatspublic void setRegionName(java.lang.String name)
setRegionName in interface ICacheStatsname - - The region namepublic IStats[] getAuxiliaryCacheStats()
getAuxiliaryCacheStats in interface ICacheStatspublic void setAuxiliaryCacheStats(IStats[] stats)
setAuxiliaryCacheStats in interface ICacheStatsstats - public IStatElement[] getStatElements()
getStatElements in interface IStatsgetStatElements in class Statspublic void setStatElements(IStatElement[] stats)
IStatssetStatElements in interface IStatssetStatElements in class Statsstats - Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.