|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.search.lucene.ObjectQueue
@ThreadSafe public class ObjectQueue
An abstraction over a list of HibernateHandle
s, to allow clients to pop the queue and only have to deal with actual persistent objects.
Constructor Summary | |
---|---|
ObjectQueue(java.util.List<HibernateHandle> handles,
AnyTypeDao anyTypeDao)
|
Method Summary | |
---|---|
java.util.Collection |
pop()
Converts up to 10 handles of the same class into objects. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectQueue(java.util.List<HibernateHandle> handles, AnyTypeDao anyTypeDao)
Method Detail |
---|
public java.util.Collection pop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |