Uses of Interface
com.atlassian.confluence.internal.index.BatchIndexer
-
Packages that use BatchIndexer Package Description com.atlassian.confluence.internal.index com.atlassian.confluence.internal.index.lucene -
-
Uses of BatchIndexer in com.atlassian.confluence.internal.index
Classes in com.atlassian.confluence.internal.index that implement BatchIndexer Modifier and Type Class Description class
ConcurrentBatchIndexer
A multi-threaded batch indexing implementation.Constructors in com.atlassian.confluence.internal.index with parameters of type BatchIndexer Constructor Description ConcurrentBatchIndexer(BatchIndexer delegate, Integer threadCount, ConcurrentBatchIndexerExecutorServiceFactory executorServiceFactory)
-
Uses of BatchIndexer in com.atlassian.confluence.internal.index.lucene
Classes in com.atlassian.confluence.internal.index.lucene that implement BatchIndexer Modifier and Type Class Description class
LuceneBatchIndexer
A single-threaded batch indexing implementation.
-