com.atlassian.confluence.search
Class IndexingTask
java.lang.Object
com.atlassian.core.task.longrunning.AbstractLongRunningTask
com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
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.Logger |
log
Deprecated. |
Fields inherited from class com.atlassian.core.task.longrunning.AbstractLongRunningTask |
progress |
Constructor Summary |
IndexingTask(com.atlassian.bonnie.search.BatchIndexer batchIndexer)
|
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 |
log
@Deprecated
public static final org.apache.log4j.Logger log
- Deprecated.
IndexingTask
public IndexingTask(com.atlassian.bonnie.search.BatchIndexer batchIndexer)
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-2010 Atlassian. All Rights Reserved.