com.atlassian.jira.index
Interface MultiThreadedIndexingConfiguration


public interface MultiThreadedIndexingConfiguration


Method Summary
 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.
 

Method Detail

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


Copyright © 2002-2010 Atlassian. All Rights Reserved.