com.atlassian.confluence.cache.analytics
Class CacheStatisticsAnalyticsPublisher

java.lang.Object
  extended by com.atlassian.confluence.cache.analytics.CacheStatisticsAnalyticsPublisher
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class CacheStatisticsAnalyticsPublisher
extends java.lang.Object
implements org.springframework.beans.factory.InitializingBean

Periodically publishes analytics events containing cache statistics for each cache in the system.

Since:
v5.3

Constructor Summary
CacheStatisticsAnalyticsPublisher(com.atlassian.core.util.Clock clock, CacheStatisticsManager cacheStatisticsManager, com.atlassian.event.api.EventPublisher eventPublisher, java.util.concurrent.ScheduledExecutorService executorService)
           
 
Method Summary
 void afterPropertiesSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheStatisticsAnalyticsPublisher

public CacheStatisticsAnalyticsPublisher(com.atlassian.core.util.Clock clock,
                                         CacheStatisticsManager cacheStatisticsManager,
                                         com.atlassian.event.api.EventPublisher eventPublisher,
                                         java.util.concurrent.ScheduledExecutorService executorService)
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean


Copyright © 2003-2013 Atlassian. All Rights Reserved.