Package com.atlassian.confluence.search
Interface IndexerControl
-
- All Known Implementing Classes:
ThreadLocalIndexerControl
public interface IndexerControl
Allows clients to enable/disable indexing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
indexingDisabled()
boolean
indexingEnabled()
void
resume()
Enable indexing.void
suspend()
Disable indexing.
-