Uses of Interface
com.atlassian.confluence.internal.index.ReindexProgress
-
Packages that use ReindexProgress Package Description com.atlassian.confluence.internal.index com.atlassian.confluence.internal.index.lucene -
-
Uses of ReindexProgress in com.atlassian.confluence.internal.index
Classes in com.atlassian.confluence.internal.index that implement ReindexProgress Modifier and Type Class Description class
EventPublishingReindexProgress
Methods in com.atlassian.confluence.internal.index with parameters of type ReindexProgress Modifier and Type Method Description void
BatchIndexer. index(List<HibernateHandle> handles, ReindexProgress progress)
void
ConcurrentBatchIndexer. index(List<HibernateHandle> handles, ReindexProgress progress)
protected List<Future<?>>
ConcurrentBatchIndexer. submitBatches(ExecutorService executor, @Nullable List<HibernateHandle> handles, ReindexProgress progress)
This method tries to work around a number of problems we have with rebuilding the index. -
Uses of ReindexProgress in com.atlassian.confluence.internal.index.lucene
Methods in com.atlassian.confluence.internal.index.lucene with parameters of type ReindexProgress Modifier and Type Method Description void
LuceneBatchIndexer. index(List<HibernateHandle> handles, ReindexProgress progress)
-