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, Runnable

public class IndexingTask
extends ConfluenceAbstractLongRunningTask


Field Summary
static org.apache.log4j.Logger log
          Deprecated. 
 
Fields inherited from class com.atlassian.core.task.longrunning.AbstractLongRunningTask
progress
 
Constructor Summary
IndexingTask(com.atlassian.bonnie.search.BatchIndexer batchIndexer)
           
 
Method Summary
 String getCompactElapsedTime()
           
 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

@Deprecated
public static final org.apache.log4j.Logger log
Deprecated. 
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 String getName()

getCompactElapsedTime

public String getCompactElapsedTime()

isFinishedReindexing

public boolean isFinishedReindexing()


Copyright © 2003-2012 Atlassian. All Rights Reserved.