com.atlassian.confluence.search.lucene
Class ReindexWorkBatch

java.lang.Object
  extended by com.atlassian.confluence.search.lucene.ReindexWorkBatch
All Implemented Interfaces:
java.lang.Runnable

public class ReindexWorkBatch
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
ReindexWorkBatch(IndexTaskFactory indexTaskFactory, org.apache.lucene.index.IndexWriter indexWriter, org.springframework.transaction.PlatformTransactionManager platformTransactionManager, Progress progress, com.atlassian.bonnie.search.DocumentBuilder documentBuilder, java.util.concurrent.ConcurrentLinkedQueue<HibernateHandle> work, AnyTypeDao anyTypeDao)
           
 
Method Summary
 int getRetries()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReindexWorkBatch

public ReindexWorkBatch(IndexTaskFactory indexTaskFactory,
                        org.apache.lucene.index.IndexWriter indexWriter,
                        org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
                        Progress progress,
                        com.atlassian.bonnie.search.DocumentBuilder documentBuilder,
                        java.util.concurrent.ConcurrentLinkedQueue<HibernateHandle> work,
                        AnyTypeDao anyTypeDao)
Method Detail

getRetries

public int getRetries()

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2003-2014 Atlassian. All Rights Reserved.