|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheMonitorState | |
---|---|
org.apache.jetspeed.cache |
Uses of CacheMonitorState in org.apache.jetspeed.cache |
---|
Methods in org.apache.jetspeed.cache that return CacheMonitorState | |
---|---|
CacheMonitorState |
JetspeedCacheMonitor.calculateStatistics(java.lang.String cacheName)
Recalculate the statistics for the given cache, including cache size calculations. |
CacheMonitorState |
JetspeedCacheMonitor.snapshotStatistics(java.lang.String cacheName)
Retrieve a snapshot of a single cache states and statistics without performing expensive object count calculations |
Methods in org.apache.jetspeed.cache that return types with arguments of type CacheMonitorState | |
---|---|
java.util.List<CacheMonitorState> |
JetspeedCacheMonitor.calculateStatistics()
Recalculate the statistics for all caches, including cache size calculations. |
java.util.List<CacheMonitorState> |
JetspeedCacheMonitor.snapshotStatistics()
Retrieve a snapshot of all cache states and statistics |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |