com.atlassian.confluence.search.lucene
Class ConfluenceObjectQueue

java.lang.Object
  extended bycom.atlassian.confluence.search.lucene.ConfluenceObjectQueue
All Implemented Interfaces:
ObjectQueue

public class ConfluenceObjectQueue
extends Object
implements ObjectQueue


Nested Class Summary
 
Nested classes inherited from class com.atlassian.bonnie.index.ObjectQueue
ObjectQueue.Processor
 
Constructor Summary
ConfluenceObjectQueue(List handles, net.sf.hibernate.SessionFactory sessionFactory)
           
 
Method Summary
 ObjectQueue.Processor getProcessor()
           
 boolean hasMore()
           
 Collection pop()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceObjectQueue

public ConfluenceObjectQueue(List handles,
                             net.sf.hibernate.SessionFactory sessionFactory)
Method Detail

pop

public Collection pop()
Specified by:
pop in interface ObjectQueue

hasMore

public boolean hasMore()
Specified by:
hasMore in interface ObjectQueue

size

public int size()
Specified by:
size in interface ObjectQueue

getProcessor

public ObjectQueue.Processor getProcessor()
Specified by:
getProcessor in interface ObjectQueue


Confluence is developed by Atlassian.