Interface IndexQueueItemsService
- All Known Implementing Classes:
DefaultIndexQueueItemsService
public interface IndexQueueItemsService
Service providing information about number of items added and processed in the index queue.
- Since:
- 8.4.0
-
Method Summary
Modifier and TypeMethodDescriptionlonggetQueueItemsAdded(IndexQueueType indexQueueType) Returns the number of items added to the specified index queue.longgetQueueItemsProcessed(IndexQueueType indexQueueType) Returns the number of items processed in the specified index queue.
-
Method Details
-
getQueueItemsAdded
Returns the number of items added to the specified index queue.- Parameters:
indexQueueType- the type of index queue- Returns:
- the number of items added to the index queue
-
getQueueItemsProcessed
Returns the number of items processed in the specified index queue.- Parameters:
indexQueueType- the type of index queue- Returns:
- the number of items processed in the index queue
-