Package com.atlassian.confluence.jmx
Class JxmCacheStatisticsWrapper
- java.lang.Object
 - 
- com.atlassian.confluence.jmx.JxmCacheStatisticsWrapper
 
 
- 
- All Implemented Interfaces:
 CacheStatisticsMXBean
public class JxmCacheStatisticsWrapper extends Object implements CacheStatisticsMXBean
A JMX MXBean implementation that makes available the application cache statistics.- Since:
 - 5.3
 
 
- 
- 
Constructor Summary
Constructors Constructor Description JxmCacheStatisticsWrapper(CacheStatisticsManager cacheStatisticsManager) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheStatistics[]getCacheStatisticsAsArray()Map<String,CacheStatistics>getCacheStatisticsAsMap() 
 - 
 
- 
- 
Constructor Detail
- 
JxmCacheStatisticsWrapper
public JxmCacheStatisticsWrapper(CacheStatisticsManager cacheStatisticsManager)
 
 - 
 
- 
Method Detail
- 
getCacheStatisticsAsArray
public CacheStatistics[] getCacheStatisticsAsArray()
- Specified by:
 getCacheStatisticsAsArrayin interfaceCacheStatisticsMXBean
 
- 
getCacheStatisticsAsMap
public Map<String,CacheStatistics> getCacheStatisticsAsMap()
- Specified by:
 getCacheStatisticsAsMapin interfaceCacheStatisticsMXBean
 
 - 
 
 -