|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.memory.lru | The primary memory plugin using a 'least 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()
|
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 |
LateralCacheNoWaitFacade.getStatistics()
|
IStats |
LateralCacheNoWait.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 |
RemoteCache.getStatistics()
|
IStats |
AbstractRemoteAuxiliaryCache.getStatistics()
|
IStats |
AbstractRemoteCacheNoWaitFacade.getStatistics()
|
IStats |
RemoteCacheNoWait.getStatistics()
|
Uses of IStats in org.apache.jcs.engine |
---|
Methods in org.apache.jcs.engine that return IStats | |
---|---|
IStats |
PooledCacheEventQueue.getStatistics()
|
IStats |
CacheEventQueue.getStatistics()
This method returns semi-structured data on this queue. |
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 |
AbstractMemoryCache.getStatistics()
|
IStats |
AbstractDoulbeLinkedListMemoryCache.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.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.memory.lru |
---|
Methods in org.apache.jcs.engine.memory.lru that return IStats | |
---|---|
IStats |
LHMLRUMemoryCache.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.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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |