public interface

MultiThreadedIndexingConfiguration

com.atlassian.jira.index.MultiThreadedIndexingConfiguration

Summary

Public Methods
int maximumQueueSize()
The maximum number of elements allowed on the queue before blocking on queue submission.
int minimumBatchSize()
Minimum size of a batch that will cause a the operation to become multi-threaded.
int noOfThreads()
How many threads used.

Public Methods

public int maximumQueueSize ()

The maximum number of elements allowed on the queue before blocking on queue submission.

Returns
  • the size of the queue

public 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.

public int noOfThreads ()

How many threads used.

Returns
  • the number of threads used when