|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.graph.query.BufferPipe
This class is a pipe between query threads, implemented as a bounded buffer.
Nested Class Summary | |
static class |
BufferPipe.BoundedBufferPutException
Exception to throw if a put throws an exception. |
static class |
BufferPipe.BoundedBufferTakeException
Exception to throw if a take throws an exception. |
Constructor Summary | |
BufferPipe()
|
Method Summary | |
void |
close()
|
Domain |
get()
|
boolean |
hasNext()
|
void |
put(Domain d)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BufferPipe()
Method Detail |
public void put(Domain d)
put
in interface Pipe
public void close()
close
in interface Pipe
public boolean hasNext()
hasNext
in interface Pipe
public Domain get()
get
in interface Pipe
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |