|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.join.exec.base.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,
java.util.Collection<EventBean[]> resultFinalRows,
EventBean resultRootEvent)
Publish a result row. |
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 result(EventBean[] row, int fromStreamNum, EventBean myEvent, Node myNode, java.util.Collection<EventBean[]> resultFinalRows, EventBean resultRootEvent)
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 resultresultFinalRows
- is the final result rows
|
© 2006-2015 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 |