Class DefaultIndexQueueSizeService
java.lang.Object
com.atlassian.confluence.internal.diagnostics.ipd.index.DefaultIndexQueueSizeService
- All Implemented Interfaces:
 IndexQueueSizeService
Provides functionalities to retrieve the metrics for the sizes of the current index queues.
- Since:
 - 8.4.0
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionRetrieves the metrics for the sizes of the current index queues. 
- 
Constructor Details
- 
DefaultIndexQueueSizeService
public DefaultIndexQueueSizeService() 
 - 
 - 
Method Details
- 
getIndexQueueSizeMetric
Description copied from interface:IndexQueueSizeServiceRetrieves the metrics for the sizes of the current index queues.- Specified by:
 getIndexQueueSizeMetricin interfaceIndexQueueSizeService- Returns:
 - IndexQueueSizeMetric object that encapsulates the size metrics of the main, change, and edge index queues.
 
 
 -