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