com.atlassian.confluence.jmx
Class JxmCacheStatisticsWrapper

java.lang.Object
  extended by com.atlassian.confluence.jmx.JxmCacheStatisticsWrapper
All Implemented Interfaces:
CacheStatisticsMXBean

public class JxmCacheStatisticsWrapper
extends java.lang.Object
implements CacheStatisticsMXBean

A JMX MXBean implementation that makes available the application cache statistics.

Since:
v5.3

Constructor Summary
JxmCacheStatisticsWrapper(CacheStatisticsManager cacheStatisticsManager)
           
 
Method Summary
 CacheStatistics[] getCacheStatisticsAsArray()
           
 java.util.Map<java.lang.String,CacheStatistics> getCacheStatisticsAsMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JxmCacheStatisticsWrapper

public JxmCacheStatisticsWrapper(CacheStatisticsManager cacheStatisticsManager)
Method Detail

getCacheStatisticsAsArray

public CacheStatistics[] getCacheStatisticsAsArray()
Specified by:
getCacheStatisticsAsArray in interface CacheStatisticsMXBean

getCacheStatisticsAsMap

public java.util.Map<java.lang.String,CacheStatistics> getCacheStatisticsAsMap()
Specified by:
getCacheStatisticsAsMap in interface CacheStatisticsMXBean


Copyright © 2003-2014 Atlassian. All Rights Reserved.