|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.join.exec.LookupInstructionExecNode.MyResultAssembler
public static class LookupInstructionExecNode.MyResultAssembler
Receives result rows posted by result set assembly nodes.
Constructor Summary | |
---|---|
LookupInstructionExecNode.MyResultAssembler(int rootStream)
Ctor. |
Method Summary | |
---|---|
void |
result(EventBean[] row,
int fromStreamNum,
EventBean myEvent,
Node myNode)
Publish a result row. |
void |
setResult(List<EventBean[]> result,
EventBean rootEvent)
Supplies the result list to which to add result rows. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LookupInstructionExecNode.MyResultAssembler(int rootStream)
rootStream
- is the root stream for which we get resultsMethod Detail |
---|
public void setResult(List<EventBean[]> result, EventBean rootEvent)
result
- is the list of rowsrootEvent
- is the event for lookup in other streamspublic void result(EventBean[] row, int fromStreamNum, EventBean myEvent, Node myNode)
ResultAssembler
result
in interface ResultAssembler
row
- is the result to publishfromStreamNum
- is the originitor that publishes the rowmyEvent
- is optional and is the event that led to the row resultmyNode
- is optional and is the result node of the event that led to the row result
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |