Class LoggingMetricsListener

java.lang.Object
com.atlassian.jira.issue.index.metrics.LoggingMetricsListener
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

public class LoggingMetricsListener extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
  • Constructor Details

    • LoggingMetricsListener

      public LoggingMetricsListener(com.atlassian.event.api.EventPublisher eventPublisher, CustomFieldManager customFieldManager)
  • Method Details

    • destroy

      public void destroy() throws Exception
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
      Throws:
      Exception
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • onPeriodicIndexingStatsEvent

      @EventListener public void onPeriodicIndexingStatsEvent(PeriodicIndexingStatsEvent event)
    • onReindexCompletedStatsEvent

      @EventListener public void onReindexCompletedStatsEvent(ReindexCompletedStatsEvent event)