|
||||||||||
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.WriteResult
public class WriteResult
A special node that writes its output values on the given ObjectOutputStream. Equivalent to (where F is the output file)
P >x> F.write(x)
Constructor Summary | |
---|---|
WriteResult(java.io.ObjectOutputStream out)
|
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 WriteResult(java.io.ObjectOutputStream out)
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 |