Package com.atlassian.confluence.search
Interface IndexerControl
-
- All Known Implementing Classes:
ThreadLocalIndexerControl
public interface IndexerControlAllows clients to enable/disable indexing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanindexingDisabled()booleanindexingEnabled()voidresume()Enable indexing.voidsuspend()Disable indexing.
-