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 TypeMethodDescriptionvoid
void
int
int
int
boolean
Deprecated, for removal: This API element is subject to removal in a future version.It's Lucene specific, no longer relevant for OpenSearch.
-
Method Details
-
getIndexLockWaitTime
int getIndexLockWaitTime() -
getMaxReindexes
int getMaxReindexes() -
getIssuesToForceOptimize
int getIssuesToForceOptimize() -
isIndexAvailable
Deprecated, for removal: This API element is subject to removal in a future version.It's Lucene specific, no longer relevant for OpenSearch. No replacement. -
disableIndex
void disableIndex() -
enableIndex
void enableIndex()
-