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

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

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

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

Methods in com.atlassian.jira.issue.index that return types with arguments of type IndexDirectoryFactory.Name
 Map<IndexDirectoryFactory.Name,Index.Manager> MockIndexDirectoryFactory.get()
           
 Map<IndexDirectoryFactory.Name,Index.Manager> IndexDirectoryFactory.IndexPathAdapter.get()
           
 

Constructor parameters in com.atlassian.jira.issue.index with type arguments of type IndexDirectoryFactory.Name
MemoryIndexManager(Function<IndexDirectoryFactory.Name,org.apache.lucene.store.Directory> directoryFactory, IssueManager issueManager)
          Deprecated.  
MemoryIssueIndexer(Function<IndexDirectoryFactory.Name,org.apache.lucene.store.Directory> directorySupplier, IssueManager issueManager)
           
MockIndexDirectoryFactory(Function<IndexDirectoryFactory.Name,org.apache.lucene.store.Directory> directorySupplier)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.