Class EhCacheStatisticsPublisher

java.lang.Object
com.atlassian.confluence.cache.ehcache.EhCacheStatisticsPublisher
All Implemented Interfaces:
Runnable

@Internal @ParametersAreNonnullByDefault @Deprecated public class EhCacheStatisticsPublisher extends Object implements Runnable
Deprecated.
since 5.9. Don't use it since it causes ehcache stats to be held in memory indefinitely
Publishes analytics events containing simple statistics for each cache.
Since:
5.8
  • Constructor Details

    • EhCacheStatisticsPublisher

      public EhCacheStatisticsPublisher(EhCacheManager cacheManager, DarkFeaturesManager darkFeatureManager, com.atlassian.event.api.EventPublisher eventPublisher)
      Deprecated.
  • Method Details

    • run

      public void run()
      Deprecated.
      Specified by:
      run in interface Runnable