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.block   
org.apache.jcs.auxiliary.disk.indexed   
org.apache.jcs.auxiliary.disk.jdbc   
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.behavior   
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()
           
 

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

Methods in org.apache.jcs.auxiliary.disk that return IStats
 IStats AbstractDiskCache.getStatistics()
          Returns semi-structured data.
 

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

Methods in org.apache.jcs.auxiliary.disk.block that return IStats
 IStats BlockDiskCache.getStatistics()
          Returns info about the disk cache.
 

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

Methods in org.apache.jcs.auxiliary.disk.indexed that return IStats
 IStats IndexedDiskCache.getStatistics()
          Returns info about the disk cache.
 

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

Methods in org.apache.jcs.auxiliary.disk.jdbc that return IStats
 IStats JDBCDiskCache.getStatistics()
          Extends the parent stats.
 

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()
           
 IStats LateralCache.getStatistics()
          The NoWait on top does not call out to here yet.
 

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

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

Uses of IStats in org.apache.jcs.engine
 

Methods in org.apache.jcs.engine that return IStats
 IStats CacheEventQueue.getStatistics()
          This method returns semi-structured data on this queue.
 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 AbstractDoulbeLinkedListMemoryCache.getStatistics()
          This returns semi-structured information on the memory cache, such as the size, put count, hit count, and miss count.
 IStats AbstractMemoryCache.getStatistics()
           
 

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

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

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-2009 Apache Software Foundation. All Rights Reserved.