Uses of Interface
org.apache.jetspeed.cache.CacheMonitorState

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
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.