Uses of Interface
org.apache.commons.jcs3.engine.stats.behavior.IStats
Packages that use IStats
Package
Description
Root package for auxiliary caches.
The primary disk auxiliary.
Root package for the lateral cache family.
Root package for the remote auxiliary cache.
Interfaces used by the core and the auxiliary caches.
Interfaces used by the core and the auxiliary caches.
Parent package for memory type plugins.
The primary memory plugin using a 'least recently used' removal policy.
A memory plugin implemented using soft references.
- 
Uses of IStats in org.apache.commons.jcs3.auxiliaryMethods in org.apache.commons.jcs3.auxiliary that return IStats
- 
Uses of IStats in org.apache.commons.jcs3.auxiliary.diskMethods in org.apache.commons.jcs3.auxiliary.disk that return IStatsModifier and TypeMethodDescriptionAbstractDiskCache.getStatistics()Returns semi-structured data.
- 
Uses of IStats in org.apache.commons.jcs3.auxiliary.disk.blockMethods in org.apache.commons.jcs3.auxiliary.disk.block that return IStatsModifier and TypeMethodDescriptionBlockDiskCache.getStatistics()Returns info about the disk cache.
- 
Uses of IStats in org.apache.commons.jcs3.auxiliary.disk.indexedMethods in org.apache.commons.jcs3.auxiliary.disk.indexed that return IStatsModifier and TypeMethodDescriptionIndexedDiskCache.getStatistics()Returns info about the disk cache.
- 
Uses of IStats in org.apache.commons.jcs3.auxiliary.disk.jdbcMethods in org.apache.commons.jcs3.auxiliary.disk.jdbc that return IStats
- 
Uses of IStats in org.apache.commons.jcs3.auxiliary.lateralMethods in org.apache.commons.jcs3.auxiliary.lateral that return IStatsModifier and TypeMethodDescriptionLateralCache.getStatistics()The NoWait on top does not call out to here yet.LateralCacheNoWait.getStatistics()LateralCacheNoWaitFacade.getStatistics()
- 
Uses of IStats in org.apache.commons.jcs3.auxiliary.remoteMethods in org.apache.commons.jcs3.auxiliary.remote that return IStatsModifier and TypeMethodDescriptionAbstractRemoteAuxiliaryCache.getStatistics()AbstractRemoteCacheNoWaitFacade.getStatistics()RemoteCache.getStatistics()RemoteCacheNoWait.getStatistics()
- 
Uses of IStats in org.apache.commons.jcs3.engineMethods in org.apache.commons.jcs3.engine that return IStats
- 
Uses of IStats in org.apache.commons.jcs3.engine.behaviorMethods in org.apache.commons.jcs3.engine.behavior that return IStatsModifier and TypeMethodDescriptionICacheEventQueue.getStatistics()Returns the historical and statistical data for an event queue cache.
- 
Uses of IStats in org.apache.commons.jcs3.engine.memoryMethods in org.apache.commons.jcs3.engine.memory that return IStatsModifier and TypeMethodDescriptionAbstractDoubleLinkedListMemoryCache.getStatistics()This returns semi-structured information on the memory cache, such as the size, put count, hit count, and miss count.AbstractMemoryCache.getStatistics()
- 
Uses of IStats in org.apache.commons.jcs3.engine.memory.behaviorMethods in org.apache.commons.jcs3.engine.memory.behavior that return IStatsModifier and TypeMethodDescriptionIMemoryCache.getStatistics()Returns the historical and statistical data for a region's memory cache.
- 
Uses of IStats in org.apache.commons.jcs3.engine.memory.lruMethods in org.apache.commons.jcs3.engine.memory.lru that return IStatsModifier and TypeMethodDescriptionLHMLRUMemoryCache.getStatistics()This returns semi-structured information on the memory cache, such as the size, put count, hit count, and miss count.
- 
Uses of IStats in org.apache.commons.jcs3.engine.memory.softMethods in org.apache.commons.jcs3.engine.memory.soft that return IStats
- 
Uses of IStats in org.apache.commons.jcs3.engine.statsClasses in org.apache.commons.jcs3.engine.stats that implement IStatsModifier and TypeClassDescriptionclassThis class stores cache historical and statistics data for a region.classMethods in org.apache.commons.jcs3.engine.stats that return types with arguments of type IStatsMethod parameters in org.apache.commons.jcs3.engine.stats with type arguments of type IStats
- 
Uses of IStats in org.apache.commons.jcs3.engine.stats.behaviorSubinterfaces of IStats in org.apache.commons.jcs3.engine.stats.behaviorModifier and TypeInterfaceDescriptioninterfaceThis holds stat information on a region.Methods in org.apache.commons.jcs3.engine.stats.behavior that return types with arguments of type IStatsMethod parameters in org.apache.commons.jcs3.engine.stats.behavior with type arguments of type IStats
- 
Uses of IStats in org.apache.commons.jcs3.utils.structMethods in org.apache.commons.jcs3.utils.struct that return IStats