|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.atlassian.bonnie.index.SingletonObjectQueue
A queue for indexing a single object.
| Nested Class Summary |
| Nested classes inherited from class com.atlassian.bonnie.index.ObjectQueue |
ObjectQueue.Processor |
| Constructor Summary | |
SingletonObjectQueue(java.lang.Object o,
ObjectToDocumentConverter otdc)
|
|
| Method Summary | |
ObjectQueue.Processor |
getProcessor()
Get this queue's processor. |
boolean |
hasMore()
Are there more objects in the queue? |
java.util.Collection |
pop()
Pops a block of objects to index. |
int |
size()
Size of queue. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SingletonObjectQueue(java.lang.Object o,
ObjectToDocumentConverter otdc)
| Method Detail |
public java.util.Collection pop()
ObjectQueue
pop in interface ObjectQueuepublic boolean hasMore()
ObjectQueue
hasMore in interface ObjectQueuepublic int size()
ObjectQueue
size in interface ObjectQueuepublic ObjectQueue.Processor getProcessor()
ObjectQueue
getProcessor in interface ObjectQueue
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||