|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.edg.info.QueueEntry
Represents a tuple in a memory queue. As well as the tuple also contains a flag which indicates whether the tuple has had a chance to be streamed or not
Constructor Summary | |
QueueEntry(Tuple tuple)
|
Method Summary | |
Tuple |
getTuple()
|
boolean |
hasBeenStreamed()
Returns whether this tuple has had its chance to be streamed. |
void |
setStreamed()
Set the flag to indicate that this tuple has had a chance to be streamed |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QueueEntry(Tuple tuple)
Method Detail |
public Tuple getTuple()
public boolean hasBeenStreamed()
public void setStreamed()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |