Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
IStats |
AuxiliaryCache.getStatistics() |
Modifier and Type | Method and Description |
---|---|
IStats |
AbstractDiskCache.getStatistics()
Returns semi-structured data.
|
Modifier and Type | Method and Description |
---|---|
IStats |
BlockDiskCache.getStatistics()
Returns info about the disk cache.
|
Modifier and Type | Method and Description |
---|---|
IStats |
IndexedDiskCache.getStatistics()
Returns info about the disk cache.
|
Modifier and Type | Method and Description |
---|---|
IStats |
JDBCDiskCache.getStatistics()
Extends the parent stats.
|
Modifier and Type | Method and Description |
---|---|
IStats |
LateralCache.getStatistics()
The NoWait on top does not call out to here yet.
|
IStats |
LateralCacheNoWait.getStatistics() |
IStats |
LateralCacheNoWaitFacade.getStatistics() |
Modifier and Type | Method and Description |
---|---|
IStats |
AbstractRemoteAuxiliaryCache.getStatistics() |
IStats |
AbstractRemoteCacheNoWaitFacade.getStatistics() |
IStats |
RemoteCacheNoWait.getStatistics() |
IStats |
RemoteCache.getStatistics() |
Modifier and Type | Method and Description |
---|---|
IStats |
CacheEventQueue.getStatistics()
This method returns semi-structured data on this queue.
|
IStats |
PooledCacheEventQueue.getStatistics() |
Modifier and Type | Method and Description |
---|---|
IStats |
ICacheEventQueue.getStatistics()
Returns the historical and statistical data for an event queue cache.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
IStats |
IMemoryCache.getStatistics()
Returns the historical and statistical data for a region's memory cache.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheStats
This class stores cache historical and statistics data for a region.
|
class |
Stats |
Modifier and Type | Method and Description |
---|---|
IStats[] |
CacheStats.getAuxiliaryCacheStats() |
Modifier and Type | Method and Description |
---|---|
void |
CacheStats.setAuxiliaryCacheStats(IStats[] stats) |
Modifier and Type | Interface and Description |
---|---|
interface |
ICacheStats
This holds stat information on a region.
|
Modifier and Type | Method and Description |
---|---|
IStats[] |
ICacheStats.getAuxiliaryCacheStats() |
Modifier and Type | Method and Description |
---|---|
void |
ICacheStats.setAuxiliaryCacheStats(IStats[] stats) |
Modifier and Type | Method and Description |
---|---|
IStats |
LRUMap.getStatistics() |
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.