org.apache.jcs.engine.stats.behavior
Interface ICacheStats

All Superinterfaces:
IStats, java.io.Serializable
All Known Implementing Classes:
CacheStats

public interface ICacheStats
extends IStats

This holds stat information on a region. It contains both auxiliary and core stats.


Method Summary
 IStats[] getAuxiliaryCacheStats()
           
 java.lang.String getRegionName()
          Stats are for a region, though auxiliary data may be for more.
 void setAuxiliaryCacheStats(IStats[] stats)
           
 void setRegionName(java.lang.String name)
           
 
Methods inherited from interface org.apache.jcs.engine.stats.behavior.IStats
getStatElements, getTypeName, setStatElements, setTypeName
 

Method Detail

getRegionName

java.lang.String getRegionName()
Stats are for a region, though auxiliary data may be for more.

Returns:
The region name

setRegionName

void setRegionName(java.lang.String name)
Parameters:
name -

getAuxiliaryCacheStats

IStats[] getAuxiliaryCacheStats()
Returns:
IStats[]

setAuxiliaryCacheStats

void setAuxiliaryCacheStats(IStats[] stats)
Parameters:
stats -


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.