com.atlassian.confluence.search
Class IndexingTask

java.lang.Object
  extended by com.atlassian.core.task.longrunning.AbstractLongRunningTask
      extended by com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
          extended by com.atlassian.confluence.search.IndexingTask
All Implemented Interfaces:
LongRunningTask, Runnable

public class IndexingTask
extends ConfluenceAbstractLongRunningTask


Field Summary
static org.apache.log4j.Category log
           
 
Fields inherited from class com.atlassian.core.task.longrunning.AbstractLongRunningTask
progress
 
Constructor Summary
IndexingTask(BatchIndexer batchIndexer)
           
 
Method Summary
 String getName()
           
 boolean isFinishedReindexing()
           
 void run()
           
 
Methods inherited from class com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
getResourceBundle
 
Methods inherited from class com.atlassian.core.task.longrunning.AbstractLongRunningTask
getCurrentStatus, getElapsedTime, getEstimatedTimeRemaining, getNameKey, getPercentageComplete, getPrettyElapsedTime, getPrettyTimeRemaining, isComplete, isSuccessful
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final org.apache.log4j.Category log
Constructor Detail

IndexingTask

public IndexingTask(BatchIndexer batchIndexer)
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Overrides:
run in class AbstractLongRunningTask

getName

public String getName()

isFinishedReindexing

public boolean isFinishedReindexing()


Confluence is developed by Atlassian.