Uses of Interface
com.atlassian.confluence.cache.CacheStatisticsManager
-
Packages that use CacheStatisticsManager Package Description 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.functest.rest.admin These REST resources are replacements for admin-level functest RPC calls and should only be run by a sys-admin in a websudo session.com.atlassian.confluence.jmx com.atlassian.confluence.plugins.monitoring com.atlassian.confluence.test.rpc -
-
Uses of CacheStatisticsManager in com.atlassian.confluence.cache.ehcache
Classes in com.atlassian.confluence.cache.ehcache that implement CacheStatisticsManager Modifier and Type Class Description classEhCacheStatisticsManagerProvides CacheStatistics for EhCache. -
Uses of CacheStatisticsManager in com.atlassian.confluence.cache.hazelcast
Classes in com.atlassian.confluence.cache.hazelcast that implement CacheStatisticsManager Modifier and Type Class Description classHazelcastStatisticsManagerHazelcast Implementation ofCacheStatisticsManager.Constructors in com.atlassian.confluence.cache.hazelcast with parameters of type CacheStatisticsManager Constructor Description HazelcastStatisticsManager(com.atlassian.cache.CacheManager cacheManager, FormatSettingsManager formatSettingsManager, I18NBeanFactory i18NBeanFactory, CacheStatisticsManager localCacheStatisticsManager, HazelcastHelper hazelcastHelper) -
Uses of CacheStatisticsManager in com.atlassian.confluence.functest.rest.admin
Constructors in com.atlassian.confluence.functest.rest.admin with parameters of type CacheStatisticsManager Constructor Description CacheResource(com.atlassian.cache.CacheManager cacheManager, CacheStatisticsManager cacheStatisticsManager, CacheConfigManager cacheConfigManager) -
Uses of CacheStatisticsManager in com.atlassian.confluence.jmx
Constructors in com.atlassian.confluence.jmx with parameters of type CacheStatisticsManager Constructor Description JxmCacheStatisticsWrapper(CacheStatisticsManager cacheStatisticsManager) -
Uses of CacheStatisticsManager in com.atlassian.confluence.plugins.monitoring
Constructors in com.atlassian.confluence.plugins.monitoring with parameters of type CacheStatisticsManager Constructor Description CacheStatisticSupplier(CacheStatisticsManager cacheStatisticsManager, I18NBeanFactory i18NBeanFactory) -
Uses of CacheStatisticsManager in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type CacheStatisticsManager Modifier and Type Method Description voidFuncTestRpcHandlerImpl. setCacheStatisticsManager(CacheStatisticsManager cacheStatisticsManager)
-