Uses of Interface
com.atlassian.jira.index.Configuration

Packages that use Configuration
com.atlassian.jira.index   
 

Uses of Configuration in com.atlassian.jira.index
 

Classes in com.atlassian.jira.index that implement Configuration
 class DefaultConfiguration
           
 

Methods in com.atlassian.jira.index with parameters of type Configuration
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.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.