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 disableIndexing()
           
 void enableIndexing()
           
 int getIndexLockWaitTime()
           
 int getIssuesToForceOptimize()
           
 int getMaxReindexes()
           
 boolean isIndexingEnabled()
           
 
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

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-2013 Atlassian. All Rights Reserved.