com.atlassian.jira.config.util
Class IndexingConfiguration.PropertiesAdapter
java.lang.Object
com.atlassian.jira.config.util.IndexingConfiguration.PropertiesAdapter
- All Implemented Interfaces:
- IndexingConfiguration
- Enclosing interface:
- IndexingConfiguration
public static class IndexingConfiguration.PropertiesAdapter
- extends Object
- implements IndexingConfiguration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexingConfiguration.PropertiesAdapter
public IndexingConfiguration.PropertiesAdapter(ApplicationProperties applicationProperties)
getIndexLockWaitTime
public int getIndexLockWaitTime()
- Specified by:
getIndexLockWaitTime
in interface IndexingConfiguration
getMaxReindexes
public int getMaxReindexes()
- Specified by:
getMaxReindexes
in interface IndexingConfiguration
getIssuesToForceOptimize
public int getIssuesToForceOptimize()
- Specified by:
getIssuesToForceOptimize
in interface IndexingConfiguration
isIndexingEnabled
public boolean isIndexingEnabled()
- Specified by:
isIndexingEnabled
in interface IndexingConfiguration
enableIndexing
public void enableIndexing()
- Specified by:
enableIndexing
in interface IndexingConfiguration
disableIndexing
public void disableIndexing()
- Specified by:
disableIndexing
in interface IndexingConfiguration
Copyright © 2002-2012 Atlassian. All Rights Reserved.