|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorc.runtime.nodes.Node
orc.runtime.nodes.result.Result
orc.runtime.nodes.result.QueueResult
public class QueueResult
A special node that adds its output values to the given value queue. Equivalent to (where Q is the output channel):
P >x> Q.put(x)
Constructor Summary | |
---|---|
QueueResult(java.util.concurrent.BlockingQueue<Value> q)
|
Method Summary | |
---|---|
void |
emit(Value v)
|
Methods inherited from class orc.runtime.nodes.result.Result |
---|
process |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueueResult(java.util.concurrent.BlockingQueue<Value> q)
Method Detail |
---|
public void emit(Value v)
emit
in class Result
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |