|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
java.util.List<IndexQueueEntry> |
IndexQueueEntryDao.getNewEntries(java.util.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 | |
---|---|
java.util.List<IndexQueueEntry> |
HibernateIndexQueueEntryDao.getNewEntries(java.util.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 | |
---|---|
java.util.List<IndexQueueEntry> |
IndexQueueEntryFilter.filter(java.util.List<IndexQueueEntry> entries)
Takes the provided list, filters it and returns a new list containing the result |
java.util.List<IndexQueueEntry> |
DefaultIndexQueueEntryFilter.filter(java.util.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)
|
void |
IndexQueueTracker.enqueue(IndexQueueEntry e)
|
Method parameters in com.atlassian.confluence.search.lucene.queue with type arguments of type IndexQueueEntry | |
---|---|
java.util.List<IndexQueueEntry> |
IndexQueueEntryFilter.filter(java.util.List<IndexQueueEntry> entries)
Takes the provided list, filters it and returns a new list containing the result |
java.util.List<IndexQueueEntry> |
DefaultIndexQueueEntryFilter.filter(java.util.List<IndexQueueEntry> entries)
|
void |
IndexQueueTracker.flush(java.util.Collection<IndexQueueEntry> entries)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |