com.atlassian.jira.config.util
Class IndexingConfiguration.PropertiesAdapter

java.lang.Object
  extended by com.atlassian.jira.config.util.IndexingConfiguration.PropertiesAdapter
All Implemented Interfaces:
IndexingConfiguration
Enclosing interface:
IndexingConfiguration

public static class IndexingConfiguration.PropertiesAdapter
extends Object
implements IndexingConfiguration


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.config.util.IndexingConfiguration
IndexingConfiguration.PropertiesAdapter
 
Constructor Summary
IndexingConfiguration.PropertiesAdapter(ApplicationProperties applicationProperties)
           
 
Method Summary
 void disableIndex()
           
 void enableIndex()
           
 int getIndexLockWaitTime()
           
 int getIssuesToForceOptimize()
           
 int getMaxReindexes()
           
 boolean isIndexAvailable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexingConfiguration.PropertiesAdapter

public IndexingConfiguration.PropertiesAdapter(ApplicationProperties applicationProperties)
Method Detail

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

isIndexAvailable

public boolean isIndexAvailable()
Specified by:
isIndexAvailable in interface IndexingConfiguration

enableIndex

public void enableIndex()
Specified by:
enableIndex in interface IndexingConfiguration

disableIndex

public void disableIndex()
Specified by:
disableIndex in interface IndexingConfiguration


Copyright © 2002-2014 Atlassian. All Rights Reserved.