Uses of Class
com.atlassian.confluence.cache.CacheStatisticsCapability
-
Packages that use CacheStatisticsCapability Package Description 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 Modifier and Type Method Description static CacheStatisticsCapability
CacheStatisticsCapability. valueOf(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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description Set<CacheStatisticsCapability>
HazelcastStatisticsManager. getCapabilities()
-