Uses of Class
com.atlassian.confluence.search.lucene.tasks.IndexTaskFactory

Packages that use IndexTaskFactory
com.atlassian.confluence.search.lucene   
com.atlassian.confluence.search.lucene.queue   
com.atlassian.confluence.search.lucene.tasks   
 

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

Methods in com.atlassian.confluence.search.lucene with parameters of type IndexTaskFactory
 void QueuingConfluenceIndexer.setIndexTaskFactory(IndexTaskFactory indexTaskFactory)
           
 void DefaultConfluenceIndexManager.setIndexTaskFactory(IndexTaskFactory indexTaskFactory)
           
 

Uses of IndexTaskFactory in com.atlassian.confluence.search.lucene.queue
 

Methods in com.atlassian.confluence.search.lucene.queue with parameters of type IndexTaskFactory
 void InMemoryIndexTaskQueue.setIndexTaskFactory(IndexTaskFactory indexTaskFactory)
           
 void DatabaseIndexTaskQueue.setIndexTaskFactory(IndexTaskFactory indexTaskFactory)
           
 

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

Methods in com.atlassian.confluence.search.lucene.tasks with parameters of type IndexTaskFactory
 AddDocumentIndexTask UpdateDocumentIndexTask.getAddTask(IndexTaskFactory factory)
          Returns the second part of the update: adding the updated document to the index
 DeleteDocumentIndexTask UpdateDocumentIndexTask.getDeleteTask(IndexTaskFactory factory)
          Returns the first part of the update: the removal of the old document from the index
 



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.