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:
com.atlassian.core.task.longrunning.LongRunningTask, java.lang.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(com.atlassian.bonnie.search.BatchIndexer batchIndexer)
           
 
Method Summary
 java.lang.String getCompactElapsedTime()
           
 java.lang.String getName()
           
 boolean isFinishedReindexing()
           
 void runInternal()
          Run the long runnning process.
 
Methods inherited from class com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
getResourceBundle, run
 
Methods inherited from class com.atlassian.core.task.longrunning.AbstractLongRunningTask
getCurrentStatus, getElapsedTime, getEstimatedTimeRemaining, getNameKey, getPercentageComplete, getPrettyElapsedTime, getPrettyTimeRemaining, isComplete, isSuccessful, stopTimer
 
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(com.atlassian.bonnie.search.BatchIndexer batchIndexer)
Method Detail

runInternal

public void runInternal()
Description copied from class: ConfluenceAbstractLongRunningTask
Run the long runnning process. When this method exits, the process should be complete.

Specified by:
runInternal in class ConfluenceAbstractLongRunningTask

getName

public java.lang.String getName()

getCompactElapsedTime

public java.lang.String getCompactElapsedTime()

isFinishedReindexing

public boolean isFinishedReindexing()


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.