Class IndexingQueueProcessingTimeIpdJob
- java.lang.Object
-
- com.atlassian.confluence.internal.diagnostics.ipd.index.IndexingQueueProcessingTimeIpdJob
-
- All Implemented Interfaces:
com.atlassian.diagnostics.ipd.internal.spi.IpdJob
public class IndexingQueueProcessingTimeIpdJob extends Object implements com.atlassian.diagnostics.ipd.internal.spi.IpdJob
IPD job that measures the accumulated processing time for batches in the main queue, change queue, and edge index queue.- Since:
- 8.4.0
-
-
Constructor Summary
Constructors Constructor Description IndexingQueueProcessingTimeIpdJob(com.atlassian.diagnostics.ipd.internal.spi.IpdJobRunner ipdJobRunner, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.diagnostics.internal.ipd.IpdMainRegistry ipdMainRegistry, ConfluenceIpdMainRegistryConfiguration ipdMainRegistryConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onDarkFeatureEnabledEvent(SiteDarkFeatureEnabledEvent event)
void
onEdgeIndexQueueFlushCompleteEvent(EdgeIndexQueueFlushCompleteEvent event)
void
onIndexQueueFlushCompleteEvent(IndexQueueFlushCompleteEvent event)
void
onSiteDarkFeatureEnabledEventInCluster(ClusterEventWrapper clusterEvent)
void
registerForEvents()
void
runJob()
void
unregisterForEvents()
-
-
-
Constructor Detail
-
IndexingQueueProcessingTimeIpdJob
public IndexingQueueProcessingTimeIpdJob(com.atlassian.diagnostics.ipd.internal.spi.IpdJobRunner ipdJobRunner, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.diagnostics.internal.ipd.IpdMainRegistry ipdMainRegistry, ConfluenceIpdMainRegistryConfiguration ipdMainRegistryConfiguration)
-
-
Method Detail
-
registerForEvents
@PostConstruct public void registerForEvents()
-
unregisterForEvents
@PreDestroy public void unregisterForEvents()
-
onIndexQueueFlushCompleteEvent
@EventListener public void onIndexQueueFlushCompleteEvent(IndexQueueFlushCompleteEvent event)
-
onEdgeIndexQueueFlushCompleteEvent
@EventListener public void onEdgeIndexQueueFlushCompleteEvent(EdgeIndexQueueFlushCompleteEvent event)
-
onDarkFeatureEnabledEvent
@EventListener public void onDarkFeatureEnabledEvent(SiteDarkFeatureEnabledEvent event)
-
onSiteDarkFeatureEnabledEventInCluster
@EventListener public void onSiteDarkFeatureEnabledEventInCluster(ClusterEventWrapper clusterEvent)
-
runJob
public void runJob()
- Specified by:
runJob
in interfacecom.atlassian.diagnostics.ipd.internal.spi.IpdJob
-
-