Package com.atlassian.jira.index
Interface MultiThreadedIndexingConfiguration
public interface MultiThreadedIndexingConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionintThe maximum number of elements allowed on the queue before blocking on queue submission.intMinimum size of a batch that will cause a the operation to become multi-threaded.intHow many threads used.
-
Method Details
-
minimumBatchSize
int minimumBatchSize()Minimum size of a batch that will cause a the operation to become multi-threaded.- Returns:
- the minimum number of issues in the batch that triggers multi-threading.
-
noOfThreads
int noOfThreads()How many threads used.- Returns:
- the number of threads used when
-
maximumQueueSize
int maximumQueueSize()The maximum number of elements allowed on the queue before blocking on queue submission.- Returns:
- the size of the queue
-