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

Packages that use IStats
org.apache.jcs.auxiliary Root package for auxiliary caches. 
org.apache.jcs.auxiliary.disk The primary disk auxiliary. 
org.apache.jcs.auxiliary.disk.indexed   
org.apache.jcs.auxiliary.lateral Root package for the lateral cache family. 
org.apache.jcs.auxiliary.remote Root package for the remote auxiliary cache. 
org.apache.jcs.engine Interfaces used by the core and the auxiliary caches. 
org.apache.jcs.engine.behavior Interfaces used by the core and the auxiliary caches. 
org.apache.jcs.engine.memory Parent package for memory type plugins. 
org.apache.jcs.engine.memory.lru The primary memory plugin using a 'least recently used' removal policy. 
org.apache.jcs.engine.memory.mru A memory plugin implemented using a 'most recently used' removal policy. 
org.apache.jcs.engine.stats   
org.apache.jcs.engine.stats.behavior   
org.apache.jcs.utils.struct   
 

Uses of IStats in org.apache.jcs.auxiliary
 

Methods in org.apache.jcs.auxiliary that return IStats
 IStats AuxiliaryCache.getStatistics()
          Returns the historical and statistical data for a region's auxiliary cache.
 

Uses of IStats in org.apache.jcs.auxiliary.disk
 

Methods in org.apache.jcs.auxiliary.disk that return IStats
 IStats AbstractDiskCache.getStatistics()
           
 

Uses of IStats in org.apache.jcs.auxiliary.disk.indexed
 

Methods in org.apache.jcs.auxiliary.disk.indexed that return IStats
 IStats IndexedDiskCache.getStatistics()
           
 

Uses of IStats in org.apache.jcs.auxiliary.lateral
 

Methods in org.apache.jcs.auxiliary.lateral that return IStats
 IStats LateralCacheNoWait.getStatistics()
           
 IStats LateralCacheNoWaitFacade.getStatistics()
           
 

Uses of IStats in org.apache.jcs.auxiliary.remote
 

Methods in org.apache.jcs.auxiliary.remote that return IStats
 IStats RemoteCache.getStatistics()
           
 IStats RemoteCacheNoWaitFacade.getStatistics()
           
 IStats RemoteCacheNoWait.getStatistics()
           
 

Uses of IStats in org.apache.jcs.engine
 

Methods in org.apache.jcs.engine that return IStats
 IStats CacheEventQueue.getStatistics()
           
 IStats PooledCacheEventQueue.getStatistics()
           
 

Uses of IStats in org.apache.jcs.engine.behavior
 

Methods in org.apache.jcs.engine.behavior that return IStats
 IStats ICacheEventQueue.getStatistics()
          Returns the historical and statistical data for an event queue cache.
 

Uses of IStats in org.apache.jcs.engine.memory
 

Methods in org.apache.jcs.engine.memory that return IStats
 IStats MemoryCache.getStatistics()
          Returns the historical and statistical data for a region's memory cache.
 IStats AbstractMemoryCache.getStatistics()
           
 

Uses of IStats in org.apache.jcs.engine.memory.lru
 

Methods in org.apache.jcs.engine.memory.lru that return IStats
 IStats LRUMemoryCache.getStatistics()
           
 

Uses of IStats in org.apache.jcs.engine.memory.mru
 

Methods in org.apache.jcs.engine.memory.mru that return IStats
 IStats MRUMemoryCache.getStatistics()
           
 

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

Classes in org.apache.jcs.engine.stats that implement IStats
 class CacheStats
          This class stores cache historical and statistics data for a region.
 class Stats
           
 

Methods in org.apache.jcs.engine.stats that return IStats
 IStats[] CacheStats.getAuxiliaryCacheStats()
           
 

Methods in org.apache.jcs.engine.stats with parameters of type IStats
 void CacheStats.setAuxiliaryCacheStats(IStats[] stats)
           
 

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

Subinterfaces of IStats in org.apache.jcs.engine.stats.behavior
 interface ICacheStats
          This holds stat information on a region.
 

Methods in org.apache.jcs.engine.stats.behavior that return IStats
 IStats[] ICacheStats.getAuxiliaryCacheStats()
           
 

Methods in org.apache.jcs.engine.stats.behavior with parameters of type IStats
 void ICacheStats.setAuxiliaryCacheStats(IStats[] stats)
           
 

Uses of IStats in org.apache.jcs.utils.struct
 

Methods in org.apache.jcs.utils.struct that return IStats
 IStats LRUMap.getStatistics()
           
 



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