Uses of Class
bucket.search.persistence.IndexQueueEntry

Packages that use IndexQueueEntry
bucket.search.persistence.dao   
bucket.search.persistence.dao.hibernate   
com.atlassian.confluence.search.lucene.queue   
 

Uses of IndexQueueEntry in bucket.search.persistence.dao
 

Methods in bucket.search.persistence.dao that return types with arguments of type IndexQueueEntry
 List<IndexQueueEntry> IndexQueueEntryDao.getNewEntries(Date since)
           
 

Methods in bucket.search.persistence.dao with parameters of type IndexQueueEntry
 void IndexQueueEntryDao.saveOrUpdate(IndexQueueEntry e)
           
 

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

Methods in bucket.search.persistence.dao.hibernate that return types with arguments of type IndexQueueEntry
 List<IndexQueueEntry> HibernateIndexQueueEntryDao.getNewEntries(Date since)
           
 

Methods in bucket.search.persistence.dao.hibernate with parameters of type IndexQueueEntry
 void HibernateIndexQueueEntryDao.saveOrUpdate(IndexQueueEntry entry)
           
 

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

Methods in com.atlassian.confluence.search.lucene.queue that return types with arguments of type IndexQueueEntry
 List<IndexQueueEntry> IndexQueueEntryFilter.filter(List<IndexQueueEntry> entries)
          Takes the provided list, filters it and returns a new list containing the result
 List<IndexQueueEntry> DefaultIndexQueueEntryFilter.filter(List<IndexQueueEntry> entries)
           
 

Methods in com.atlassian.confluence.search.lucene.queue with parameters of type IndexQueueEntry
 void DatabaseQueueFlushedEntryCache.add(IndexQueueEntry entry)
          Should only be used for testing.
 boolean DatabaseQueueFlushedEntryCache.contains(IndexQueueEntry entry)
           
 

Method parameters in com.atlassian.confluence.search.lucene.queue with type arguments of type IndexQueueEntry
 List<IndexQueueEntry> IndexQueueEntryFilter.filter(List<IndexQueueEntry> entries)
          Takes the provided list, filters it and returns a new list containing the result
 List<IndexQueueEntry> DefaultIndexQueueEntryFilter.filter(List<IndexQueueEntry> entries)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.