Interface IndexQueueSizeService
- All Known Implementing Classes:
DefaultIndexQueueSizeService
public interface IndexQueueSizeService
Service providing information about current index queue sizes.
- Since:
- 8.4.0
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the metrics for the sizes of the current index queues.
-
Method Details
-
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.
-