com.atlassian.confluence.search.lucene
Class ReindexWorkBatch
java.lang.Object
com.atlassian.confluence.search.lucene.ReindexWorkBatch
- All Implemented Interfaces:
- Runnable
public class ReindexWorkBatch
- extends Object
- implements Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReindexWorkBatch
public ReindexWorkBatch(IndexTaskFactory indexTaskFactory,
org.apache.lucene.index.IndexWriter indexWriter,
org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
Progress progress,
com.atlassian.bonnie.search.DocumentBuilder documentBuilder,
ConcurrentLinkedQueue<HibernateHandle> work,
AnyTypeDao anyTypeDao)
getRetries
public int getRetries()
run
public void run()
- Specified by:
run
in interface Runnable