Package com.atlassian.confluence.jmx
Interface CacheStatisticsMXBean
- All Known Implementing Classes:
JxmCacheStatisticsWrapper
public interface CacheStatisticsMXBean
Declares JMX attributes for exposing application cache statistics.
- Since:
- 5.3
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getCacheStatisticsAsArray
CacheStatistics[] getCacheStatisticsAsArray() -
getCacheStatisticsAsMap
Map<String,CacheStatistics> getCacheStatisticsAsMap()
-