Uses of Class
com.atlassian.jira.issue.index.IndexDirectoryFactory.Mode

Packages that use IndexDirectoryFactory.Mode
com.atlassian.jira.issue.index   
 

Uses of IndexDirectoryFactory.Mode in com.atlassian.jira.issue.index
 

Methods in com.atlassian.jira.issue.index that return IndexDirectoryFactory.Mode
static IndexDirectoryFactory.Mode IndexDirectoryFactory.Mode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IndexDirectoryFactory.Mode[] IndexDirectoryFactory.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.jira.issue.index with parameters of type IndexDirectoryFactory.Mode
 void MockIndexDirectoryFactory.setIndexingMode(IndexDirectoryFactory.Mode mode)
           
 void IndexDirectoryFactory.setIndexingMode(IndexDirectoryFactory.Mode mode)
          Sets the Indexing Mode - one of either DIRECT or QUEUED.
 void IndexDirectoryFactory.IndexPathAdapter.setIndexingMode(IndexDirectoryFactory.Mode strategy)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.