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 |
Modifier and Type | Method and Description |
---|---|
CacheStatistics |
CacheStatisticsManager.getLocalCacheStatistics(String cacheName)
Deprecated.
since 7.5 Use
ManagedCache.getStatistics() |
Modifier and Type | Method and Description |
---|---|
List<CacheStatistics> |
CacheStatisticsManager.getLocalCacheStatistics()
Deprecated.
since 7.5 Use
ManagedCache.getStatistics() |
Modifier and Type | Method and Description |
---|---|
CacheStatistics |
EhCacheStatisticsManager.getLocalCacheStatistics(String cacheName) |
Modifier and Type | Method and Description |
---|---|
List<CacheStatistics> |
EhCacheStatisticsManager.getLocalCacheStatistics() |
Modifier and Type | Class and Description |
---|---|
class |
HazelcastCacheStatistics
Hazelcast implementation of
CacheStatistics . |
Modifier and Type | Method and Description |
---|---|
CacheStatistics |
HazelcastStatisticsManager.getLocalCacheStatistics(String cacheName) |
Modifier and Type | Method and Description |
---|---|
List<CacheStatistics> |
HazelcastStatisticsManager.getLocalCacheStatistics() |
Modifier and Type | Method and Description |
---|---|
CacheStatistics[] |
JxmCacheStatisticsWrapper.getCacheStatisticsAsArray() |
CacheStatistics[] |
CacheStatisticsMXBean.getCacheStatisticsAsArray() |
Modifier and Type | Method and Description |
---|---|
Map<String,CacheStatistics> |
JxmCacheStatisticsWrapper.getCacheStatisticsAsMap() |
Map<String,CacheStatistics> |
CacheStatisticsMXBean.getCacheStatisticsAsMap() |
Copyright © 2003–2020 Atlassian. All rights reserved.