Uses of Interface
com.atlassian.confluence.search.IndexTaskPerformer

Packages that use IndexTaskPerformer
com.atlassian.confluence.search.lucene   
com.atlassian.confluence.search.lucene.tasks   
 

Uses of IndexTaskPerformer in com.atlassian.confluence.search.lucene
 

Methods in com.atlassian.confluence.search.lucene with parameters of type IndexTaskPerformer
 void DefaultConfluenceIndexManager.setIndexTaskPerformer(IndexTaskPerformer indexTaskPerformer)
           
 

Constructors in com.atlassian.confluence.search.lucene with parameters of type IndexTaskPerformer
DefaultObjectQueueWorker(ObjectQueue objectQueue, IndexTaskFactory indexTaskFactory, com.atlassian.core.util.ProgressWrapper progressWrapper, IndexTaskPerformer indexTaskPerformer, org.springframework.transaction.PlatformTransactionManager platformTransactionManager)
           
 

Uses of IndexTaskPerformer in com.atlassian.confluence.search.lucene.tasks
 

Classes in com.atlassian.confluence.search.lucene.tasks that implement IndexTaskPerformer
 class LuceneConnectionBackedIndexTaskPerformer
          Performs the index task against Confluence's main/default index (which is managed by ILuceneConnection
 class TempIndexBackedIndexTaskPerformer
          Performs an index task against temporary indexes managed by TempIndexWriter.
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.