Uses of Interface
bucket.search.persistence.dao.IndexQueueEntryDao

Packages that use IndexQueueEntryDao
bucket.search.persistence.dao.hibernate   
com.atlassian.confluence.search.lucene.queue   
com.atlassian.confluence.upgrade.upgradetask   
 

Uses of IndexQueueEntryDao in bucket.search.persistence.dao.hibernate
 

Classes in bucket.search.persistence.dao.hibernate that implement IndexQueueEntryDao
 class HibernateIndexQueueEntryDao
          The hibernate dao instance used for working with the index queue entries.
 

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

Methods in com.atlassian.confluence.search.lucene.queue with parameters of type IndexQueueEntryDao
 void DatabaseIndexTaskQueue.setQueueEntryDao(IndexQueueEntryDao queueEntryDao)
           
 

Uses of IndexQueueEntryDao in com.atlassian.confluence.upgrade.upgradetask
 

Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type IndexQueueEntryDao
RemovePeopleDirectoryDuplicatesUpgradeTask(ConfluenceIndexer indexer, SearchManager searchManager, BatchOperationManager batchOperationManager, IndexQueueEntryDao indexQueueEntryDao, DatabaseIndexTaskQueue databaseIndexTaskQueue)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.