java.lang.Object
com.atlassian.confluence.internal.diagnostics.ipd.index.items.IndexQueueItemsIpdJob
All Implemented Interfaces:
com.atlassian.diagnostics.ipd.api.jobs.IpdJob

public class IndexQueueItemsIpdJob extends Object implements com.atlassian.diagnostics.ipd.api.jobs.IpdJob
IPD Job that measures the current number of items added and processed in the main, change and edge index queue.
Since:
8.4.0
  • Constructor Details

    • IndexQueueItemsIpdJob

      public IndexQueueItemsIpdJob(com.atlassian.diagnostics.ipd.api.jobs.IpdJobRegistry ipdJobRegistry, DefaultIndexQueueItemsService indexQueueItemsService, com.atlassian.diagnostics.ipd.api.registry.IpdRegistry ipdRegistry, com.atlassian.event.api.EventPublisher eventPublisher)
  • Method Details

    • init

      @PostConstruct public void init()
    • preDestroy

      @PreDestroy public void preDestroy()
    • onDarkFeatureEnabledEvent

      @EventListener public void onDarkFeatureEnabledEvent(SiteDarkFeatureEnabledEvent event)
    • onClusteredDarkFeatureEnabledEvent

      @EventListener public void onClusteredDarkFeatureEnabledEvent(ClusterEventWrapper clusterEvent)
    • runJob

      public void runJob()
      Specified by:
      runJob in interface com.atlassian.diagnostics.ipd.api.jobs.IpdJob