Class IpdMetricsListener

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

public class IpdMetricsListener extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
  • Field Details

  • Constructor Details

    • IpdMetricsListener

      public IpdMetricsListener(com.atlassian.diagnostics.ipd.api.registry.IpdRegistry ipdRegistry, 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)