Interface ICacheStats
- All Superinterfaces:
IStats
,Serializable
- All Known Implementing Classes:
CacheStats
This holds stat information on a region. It contains both auxiliary and core stats.
-
Method Summary
Modifier and TypeMethodDescriptionStats are for a region, though auxiliary data may be for more.void
setAuxiliaryCacheStats
(List<IStats> stats) void
setRegionName
(String name) Methods inherited from interface org.apache.commons.jcs3.engine.stats.behavior.IStats
getStatElements, getTypeName, setStatElements, setTypeName
-
Method Details
-
getRegionName
Stats are for a region, though auxiliary data may be for more.- Returns:
- The region name
-
setRegionName
- Parameters:
name
-
-
getAuxiliaryCacheStats
- Returns:
- IStats[]
-
setAuxiliaryCacheStats
- Parameters:
stats
-
-