Class IndexQueueItemsIpdJob
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 Summary
ConstructorsConstructorDescriptionIndexQueueItemsIpdJob
(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 Summary
Modifier and TypeMethodDescriptionvoid
init()
void
onClusteredDarkFeatureEnabledEvent
(ClusterEventWrapper clusterEvent) void
void
void
runJob()
-
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
-
onClusteredDarkFeatureEnabledEvent
-
runJob
public void runJob()- Specified by:
runJob
in interfacecom.atlassian.diagnostics.ipd.api.jobs.IpdJob
-