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 |
|---|---|
List<IStats> |
getAuxiliaryCacheStats() |
String |
getRegionName()
Stats are for a region, though auxiliary data may be for more.
|
void |
setAuxiliaryCacheStats(List<IStats> stats) |
void |
setRegionName(String name)
Stats are for a region, though auxiliary data may be for more.
|
String |
toString() |
getStatElements, getTypeName, setStatElements, setTypeNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetStatElements, getTypeName, setStatElements, setTypeNamepublic CacheStats()
public String getRegionName()
getRegionName in interface ICacheStatspublic void setRegionName(String name)
setRegionName in interface ICacheStatsname - - The region namepublic List<IStats> getAuxiliaryCacheStats()
getAuxiliaryCacheStats in interface ICacheStatspublic void setAuxiliaryCacheStats(List<IStats> stats)
setAuxiliaryCacheStats in interface ICacheStatsstats - Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.