Interface SearchIndexerImpl.Task
-
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
RebuildIndexTask,UpdateStatementsTask,UpdateUrisTask
- Enclosing class:
- SearchIndexerImpl
public static interface SearchIndexerImpl.Task extends Runnable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchIndexerStatusgetStatus()voidnotifyWorkUnitCompletion(Runnable workUnit)
-
-
-
Method Detail
-
getStatus
SearchIndexerStatus getStatus()
-
notifyWorkUnitCompletion
void notifyWorkUnitCompletion(Runnable workUnit)
-
-