|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheStatistics | |
|---|---|
| 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.cache.tangosol | |
| com.atlassian.confluence.cache.tangosol.actions | |
| com.atlassian.confluence.jmx | |
| Uses of CacheStatistics in com.atlassian.confluence.cache |
|---|
| Methods in com.atlassian.confluence.cache that return CacheStatistics | |
|---|---|
CacheStatistics |
CacheStatisticsManager.getLocalCacheStatistics(java.lang.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 | |
|---|---|
java.util.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(java.lang.String cacheName)
|
| Methods in com.atlassian.confluence.cache.ehcache that return types with arguments of type CacheStatistics | |
|---|---|
java.util.List<CacheStatistics> |
EhCacheStatisticsManager.getLocalCacheStatistics()
|
| Uses of CacheStatistics in com.atlassian.confluence.cache.hazelcast |
|---|
| Classes in com.atlassian.confluence.cache.hazelcast that implement CacheStatistics | |
|---|---|
class |
HazelcastCacheStatistics
Hazelcast implementation of CacheStatistics. |
| Methods in com.atlassian.confluence.cache.hazelcast that return CacheStatistics | |
|---|---|
CacheStatistics |
HazelcastStatisticsManager.getLocalCacheStatistics(java.lang.String cacheName)
Rather convoluated logic to get the stats either from hazelcast, or from the delegate local cache manager. |
| Methods in com.atlassian.confluence.cache.hazelcast that return types with arguments of type CacheStatistics | |
|---|---|
java.util.List<CacheStatistics> |
HazelcastStatisticsManager.getLocalCacheStatistics()
|
| Uses of CacheStatistics in com.atlassian.confluence.cache.tangosol |
|---|
| Methods in com.atlassian.confluence.cache.tangosol that return CacheStatistics | |
|---|---|
CacheStatistics |
CoherenceCacheStatisticsManager.getLocalCacheStatistics(java.lang.String cacheName)
|
| Methods in com.atlassian.confluence.cache.tangosol that return types with arguments of type CacheStatistics | |
|---|---|
java.util.Map<com.tangosol.net.CacheService,java.util.List<CacheStatistics>> |
CoherenceCacheStatisticsManager.getClusterCacheStatistics()
Get the clustered cache statistics organised by CacheService. |
java.util.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 | |
|---|---|
java.util.Map<com.tangosol.net.CacheService,java.util.List<CacheStatistics>> |
CoherenceCacheStatisticsAction.getClusterCacheStatistics()
|
java.util.List<CacheStatistics> |
CoherenceCacheStatisticsAction.getLocalCacheStatistics()
|
| Uses of CacheStatistics in com.atlassian.confluence.jmx |
|---|
| Methods in com.atlassian.confluence.jmx that return CacheStatistics | |
|---|---|
CacheStatistics[] |
JxmCacheStatisticsWrapper.getCacheStatisticsAsArray()
|
CacheStatistics[] |
CacheStatisticsMXBean.getCacheStatisticsAsArray()
|
| Methods in com.atlassian.confluence.jmx that return types with arguments of type CacheStatistics | |
|---|---|
java.util.Map<java.lang.String,CacheStatistics> |
JxmCacheStatisticsWrapper.getCacheStatisticsAsMap()
|
java.util.Map<java.lang.String,CacheStatistics> |
CacheStatisticsMXBean.getCacheStatisticsAsMap()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||