com.atlassian.confluence.search
Class ReIndexTask

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

public class ReIndexTask
extends Object
implements Runnable


Constructor Summary
ReIndexTask(ReIndexer reIndexer, SearchableDao searchableDao, Set<ReIndexOption> options)
           
 
Method Summary
 String getCompactElapsedTime()
           
 String getName()
           
 Progress getProgress()
           
 boolean isFinishedReindexing()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReIndexTask

public ReIndexTask(ReIndexer reIndexer,
                   SearchableDao searchableDao,
                   Set<ReIndexOption> options)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

getName

public String getName()

getCompactElapsedTime

public String getCompactElapsedTime()

getProgress

public Progress getProgress()

isFinishedReindexing

public boolean isFinishedReindexing()


Confluence is developed by Atlassian.