Uses of Interface
org.apache.jcs.engine.stats.behavior.IStatElement

Packages that use IStatElement
org.apache.jcs.engine.stats   
org.apache.jcs.engine.stats.behavior   
 

Uses of IStatElement in org.apache.jcs.engine.stats
 

Classes in org.apache.jcs.engine.stats that implement IStatElement
 class StatElement
          This is a stat data holder.
 

Methods in org.apache.jcs.engine.stats that return IStatElement
 IStatElement[] CacheStats.getStatElements()
          This returns data about the auxiliaries, such as hit count.
 IStatElement[] Stats.getStatElements()
           
 

Methods in org.apache.jcs.engine.stats with parameters of type IStatElement
 void CacheStats.setStatElements(IStatElement[] stats)
           
 void Stats.setStatElements(IStatElement[] stats)
           
 

Uses of IStatElement in org.apache.jcs.engine.stats.behavior
 

Methods in org.apache.jcs.engine.stats.behavior that return IStatElement
 IStatElement[] IStats.getStatElements()
          Return generic statistical or historical data.
 

Methods in org.apache.jcs.engine.stats.behavior with parameters of type IStatElement
 void IStats.setStatElements(IStatElement[] stats)
          Set the generic statistical or historical data.
 



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