Interface IndexQueueSizeService
-
- All Known Implementing Classes:
DefaultIndexQueueSizeService
public interface IndexQueueSizeService
Service providing information about current index queue sizes.- Since:
- 8.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IndexQueueSizeMetric
getIndexQueueSizeMetric()
Retrieves the metrics for the sizes of the current index queues.
-
-
-
Method Detail
-
getIndexQueueSizeMetric
IndexQueueSizeMetric getIndexQueueSizeMetric()
Retrieves the metrics for the sizes of the current index queues.- Returns:
- IndexQueueSizeMetric object that encapsulates the size metrics of the main, change, and edge index queues.
-
-