Interface MultiThreadedIndexingConfiguration


public interface MultiThreadedIndexingConfiguration
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The maximum number of elements allowed on the queue before blocking on queue submission.
    int
    Minimum size of a batch that will cause a the operation to become multi-threaded.
    int
    How 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