Interface BatchIssuesReindexQueueConsumerFactory
- All Known Implementing Classes:
DefaultBatchIssuesReindexQueueConsumerFactory
public interface BatchIssuesReindexQueueConsumerFactory
Factory for creating instances of
BatchIssuesReindexQueueConsumer.-
Method Summary
Modifier and TypeMethodDescriptioncreate(IndexWriter indexWriter, BlockingQueue<IssueWithProgress> issuesToBeProcessedQueue) Creates a new instance ofBatchIssuesReindexQueueConsumerthat will consume issues from the provided queue.
-
Method Details
-
create
BatchIssuesReindexQueueConsumer create(IndexWriter indexWriter, BlockingQueue<IssueWithProgress> issuesToBeProcessedQueue) Creates a new instance ofBatchIssuesReindexQueueConsumerthat will consume issues from the provided queue.- Parameters:
indexWriter- the index writer to write the issues toissuesToBeProcessedQueue- the queue containing issues to be processed for reindexing- Returns:
- a new instance of
BatchIssuesReindexQueueConsumer
-