Uses of Class
com.atlassian.confluence.internal.diagnostics.ipd.index.IndexQueueType
-
Packages that use IndexQueueType Package Description com.atlassian.confluence.internal.diagnostics.ipd.index com.atlassian.confluence.internal.diagnostics.ipd.index.items -
-
Uses of IndexQueueType in com.atlassian.confluence.internal.diagnostics.ipd.index
Methods in com.atlassian.confluence.internal.diagnostics.ipd.index that return IndexQueueType Modifier and Type Method Description static IndexQueueTypeIndexQueueType. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexQueueType[]IndexQueueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.internal.diagnostics.ipd.index with parameters of type IndexQueueType Modifier and Type Method Description longIndexQueueSizeMetric. getQueueSize(IndexQueueType indexQueueType) -
Uses of IndexQueueType in com.atlassian.confluence.internal.diagnostics.ipd.index.items
Methods in com.atlassian.confluence.internal.diagnostics.ipd.index.items with parameters of type IndexQueueType Modifier and Type Method Description longDefaultIndexQueueItemsService. getQueueItemsAdded(IndexQueueType indexQueueType)longIndexQueueItemsService. getQueueItemsAdded(IndexQueueType indexQueueType)Returns the number of items added to the specified index queue.longDefaultIndexQueueItemsService. getQueueItemsProcessed(IndexQueueType indexQueueType)longIndexQueueItemsService. getQueueItemsProcessed(IndexQueueType indexQueueType)Returns the number of items processed in the specified index queue.
-