Package com.atlassian.confluence.search
Class ThreadLocalIndexerControl
java.lang.Object
com.atlassian.confluence.search.ThreadLocalIndexerControl
- All Implemented Interfaces:
IndexerControl
Allows the enabling and disabling of indexing for the current executing thread.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ThreadLocalIndexerControl
boolean
boolean
void
resume()
Enable indexing.void
suspend()
Disable indexing.
-
Constructor Details
-
ThreadLocalIndexerControl
public ThreadLocalIndexerControl()
-
-
Method Details
-
getInstance
-
suspend
public void suspend()Description copied from interface:IndexerControl
Disable indexing.- Specified by:
suspend
in interfaceIndexerControl
-
resume
public void resume()Description copied from interface:IndexerControl
Enable indexing.- Specified by:
resume
in interfaceIndexerControl
-
indexingEnabled
public boolean indexingEnabled()- Specified by:
indexingEnabled
in interfaceIndexerControl
- Returns:
- true if indexing enabled, false otherwise.
-
indexingDisabled
public boolean indexingDisabled()- Specified by:
indexingDisabled
in interfaceIndexerControl
- Returns:
- true if indexing disabled, false otherwise.
-