Package com.atlassian.jira.config.util
Interface IndexingConfiguration
- All Known Implementing Classes:
IndexingConfiguration.PropertiesAdapter,MockIndexingConfiguration
public interface IndexingConfiguration
Used to access the indexing configuration.
- Since:
- v4.0
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidintintintboolean
-
Method Details
-
getIndexLockWaitTime
int getIndexLockWaitTime() -
getMaxReindexes
int getMaxReindexes() -
getIssuesToForceOptimize
int getIssuesToForceOptimize() -
isIndexAvailable
boolean isIndexAvailable() -
disableIndex
void disableIndex() -
enableIndex
void enableIndex()
-