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 classEventPublishingReindexProgressMethods in com.atlassian.confluence.internal.index with parameters of type ReindexProgress Modifier and Type Method Description voidBatchIndexer. index(List<HibernateHandle> handles, ReindexProgress progress)voidConcurrentBatchIndexer. 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 voidLuceneBatchIndexer. index(List<HibernateHandle> handles, ReindexProgress progress) 
 -