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.auxiliary
Methods in org.apache.commons.jcs3.auxiliary that return IStats -
Uses of IStats in org.apache.commons.jcs3.auxiliary.disk
Methods 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.block
Methods 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.indexed
Methods 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.jdbc
Methods in org.apache.commons.jcs3.auxiliary.disk.jdbc that return IStats -
Uses of IStats in org.apache.commons.jcs3.auxiliary.lateral
Methods 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.remote
Methods 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.engine
Methods in org.apache.commons.jcs3.engine that return IStats -
Uses of IStats in org.apache.commons.jcs3.engine.behavior
Methods 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.memory
Methods 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.behavior
Methods 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.lru
Methods 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.soft
Methods in org.apache.commons.jcs3.engine.memory.soft that return IStats -
Uses of IStats in org.apache.commons.jcs3.engine.stats
Classes in org.apache.commons.jcs3.engine.stats that implement IStatsModifier and TypeClassDescriptionclass
This class stores cache historical and statistics data for a region.class
Methods 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.behavior
Subinterfaces of IStats in org.apache.commons.jcs3.engine.stats.behaviorModifier and TypeInterfaceDescriptioninterface
This 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.struct
Methods in org.apache.commons.jcs3.utils.struct that return IStats