Uses of Interface
com.atlassian.confluence.cache.CacheStatistics
-
Packages that use CacheStatistics 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.com.atlassian.confluence.jmx -
-
Uses of CacheStatistics in com.atlassian.confluence.cache
Methods in com.atlassian.confluence.cache that return CacheStatistics Modifier and Type Method Description CacheStatistics
CacheStatisticsManager. getLocalCacheStatistics(String cacheName)
Deprecated.since 7.5 UseManagedCache.getStatistics()
Methods in com.atlassian.confluence.cache that return types with arguments of type CacheStatistics Modifier and Type Method Description List<CacheStatistics>
CacheStatisticsManager. getLocalCacheStatistics()
Deprecated.since 7.5 UseManagedCache.getStatistics()
-
Uses of CacheStatistics in com.atlassian.confluence.cache.ehcache
Methods in com.atlassian.confluence.cache.ehcache that return CacheStatistics Modifier and Type Method Description CacheStatistics
EhCacheStatisticsManager. getLocalCacheStatistics(String cacheName)
Methods in com.atlassian.confluence.cache.ehcache that return types with arguments of type CacheStatistics Modifier and Type Method Description List<CacheStatistics>
EhCacheStatisticsManager. getLocalCacheStatistics()
-
Uses of CacheStatistics in com.atlassian.confluence.cache.hazelcast
Classes in com.atlassian.confluence.cache.hazelcast that implement CacheStatistics Modifier and Type Class Description class
HazelcastCacheStatistics
Hazelcast implementation ofCacheStatistics
.Methods in com.atlassian.confluence.cache.hazelcast that return CacheStatistics Modifier and Type Method Description CacheStatistics
HazelcastStatisticsManager. getLocalCacheStatistics(String cacheName)
Methods in com.atlassian.confluence.cache.hazelcast that return types with arguments of type CacheStatistics Modifier and Type Method Description List<CacheStatistics>
HazelcastStatisticsManager. getLocalCacheStatistics()
-
Uses of CacheStatistics in com.atlassian.confluence.jmx
Methods in com.atlassian.confluence.jmx that return CacheStatistics Modifier and Type Method Description CacheStatistics[]
CacheStatisticsMXBean. getCacheStatisticsAsArray()
CacheStatistics[]
JxmCacheStatisticsWrapper. getCacheStatisticsAsArray()
Methods in com.atlassian.confluence.jmx that return types with arguments of type CacheStatistics Modifier and Type Method Description Map<String,CacheStatistics>
CacheStatisticsMXBean. getCacheStatisticsAsMap()
Map<String,CacheStatistics>
JxmCacheStatisticsWrapper. getCacheStatisticsAsMap()
-