Uses of Interface
com.atlassian.jira.index.Index.Manager

Packages that use Index.Manager
com.atlassian.jira.index   
com.atlassian.jira.issue.index   
 

Uses of Index.Manager in com.atlassian.jira.index
 

Methods in com.atlassian.jira.index that return Index.Manager
static Index.Manager Indexes.createQueuedIndexManager(String name, Configuration config)
          Creates an index where the index operations are placed on a queue and the actual work is done on a background thread.
static Index.Manager Indexes.createSimpleIndexManager(Configuration config)
          Creates an index where the index operation work is done in the calling thread.
 

Uses of Index.Manager in com.atlassian.jira.issue.index
 

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



Copyright © 2002-2009 Atlassian. All Rights Reserved.