public interface MultiThreadedIndexingConfiguration
Modifier and Type | Method and Description |
---|---|
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.
|
int minimumBatchSize()
int noOfThreads()
int maximumQueueSize()
Copyright © 2002-2021 Atlassian. All Rights Reserved.