Uses of Interface
com.atlassian.confluence.cache.CacheStatistics

Packages that use CacheStatistics
com.atlassian.confluence.cache   
com.atlassian.confluence.cache.ehcache   
com.atlassian.confluence.cache.ehcache.actions   
com.atlassian.confluence.cache.tangosol   
com.atlassian.confluence.cache.tangosol.actions   
 

Uses of CacheStatistics in com.atlassian.confluence.cache
 

Methods in com.atlassian.confluence.cache that return CacheStatistics
 CacheStatistics CacheStatisticsManager.getLocalCacheStatistics(String cacheName)
          Retrieve the cache statistics for one locally held cache.
 

Methods in com.atlassian.confluence.cache that return types with arguments of type CacheStatistics
 List<CacheStatistics> CacheStatisticsManager.getLocalCacheStatistics()
          Retrieve all the cache statistics for locally held caches.
 

Uses of CacheStatistics in com.atlassian.confluence.cache.ehcache
 

Methods in com.atlassian.confluence.cache.ehcache that return CacheStatistics
 CacheStatistics EhCacheStatisticsManager.getLocalCacheStatistics(String cacheName)
           
 

Methods in com.atlassian.confluence.cache.ehcache that return types with arguments of type CacheStatistics
 List<CacheStatistics> EhCacheStatisticsManager.getLocalCacheStatistics()
           
 

Uses of CacheStatistics in com.atlassian.confluence.cache.ehcache.actions
 

Methods in com.atlassian.confluence.cache.ehcache.actions that return types with arguments of type CacheStatistics
 List<CacheStatistics> EhCacheStatisticsAction.getCacheStatistics()
           
 

Uses of CacheStatistics in com.atlassian.confluence.cache.tangosol
 

Methods in com.atlassian.confluence.cache.tangosol that return CacheStatistics
 CacheStatistics CoherenceCacheStatisticsManager.getLocalCacheStatistics(String cacheName)
           
 

Methods in com.atlassian.confluence.cache.tangosol that return types with arguments of type CacheStatistics
 Map<com.tangosol.net.CacheService,List<CacheStatistics>> CoherenceCacheStatisticsManager.getClusterCacheStatistics()
          Get the clustered cache statistics organised by CacheService.
 List<CacheStatistics> CoherenceCacheStatisticsManager.getLocalCacheStatistics()
           
 

Uses of CacheStatistics in com.atlassian.confluence.cache.tangosol.actions
 

Methods in com.atlassian.confluence.cache.tangosol.actions that return types with arguments of type CacheStatistics
 Map<com.tangosol.net.CacheService,List<CacheStatistics>> CoherenceCacheStatisticsAction.getClusterCacheStatistics()
           
 List<CacheStatistics> CoherenceCacheStatisticsAction.getLocalCacheStatistics()
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.