Uses of Class
com.atlassian.confluence.cache.CacheStatisticsCapability

Packages that use CacheStatisticsCapability
com.atlassian.confluence.cache   
com.atlassian.confluence.cache.ehcache   
com.atlassian.confluence.cache.hazelcast Provides the classes for a Hazelcast implementation to support Confluence clustering, including caching, locks and events. 
 

Uses of CacheStatisticsCapability in com.atlassian.confluence.cache
 

Methods in com.atlassian.confluence.cache that return CacheStatisticsCapability
static CacheStatisticsCapability CacheStatisticsCapability.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CacheStatisticsCapability[] CacheStatisticsCapability.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.confluence.cache that return types with arguments of type CacheStatisticsCapability
 java.util.Set<CacheStatisticsCapability> CacheStatisticsManager.getCapabilities()
          Returns the set of optional capabilities supported by this implementation
 

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

Methods in com.atlassian.confluence.cache.ehcache that return types with arguments of type CacheStatisticsCapability
 java.util.Set<CacheStatisticsCapability> EhCacheStatisticsManager.getCapabilities()
           
 

Uses of CacheStatisticsCapability in com.atlassian.confluence.cache.hazelcast
 

Methods in com.atlassian.confluence.cache.hazelcast that return types with arguments of type CacheStatisticsCapability
 java.util.Set<CacheStatisticsCapability> HazelcastStatisticsManager.getCapabilities()
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.