Save This Page
Home » hibernate-search-src-20081106 » org.hibernate » search » backend » [javadoc | source]
org.hibernate.search.backend
public class: WorkQueue [javadoc | source]
java.lang.Object
   org.hibernate.search.backend.WorkQueue
Constructor:
 public WorkQueue() 
 public WorkQueue(int size) 
Method from org.hibernate.search.backend.WorkQueue Summary:
add,   clear,   getQueue,   getSealedQueue,   setSealedQueue,   size,   splitQueue
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.search.backend.WorkQueue Detail:
 public  void add(Work work) 
 public  void clear() 
 public List getQueue() 
 public List getSealedQueue() 
 public  void setSealedQueue(List sealedQueue) 
 public int size() 
 public WorkQueue splitQueue()