com.espertech.esper.epl.join.exec.base
Class LookupInstructionExecNode.MyResultAssembler

java.lang.Object
  extended by com.espertech.esper.epl.join.exec.base.LookupInstructionExecNode.MyResultAssembler
All Implemented Interfaces:
ResultAssembler
Enclosing class:
LookupInstructionExecNode

public static class LookupInstructionExecNode.MyResultAssembler
extends java.lang.Object
implements ResultAssembler

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

LookupInstructionExecNode.MyResultAssembler

public LookupInstructionExecNode.MyResultAssembler(int rootStream)
Ctor.

Parameters:
rootStream - is the root stream for which we get results
Method Detail

result

public void result(EventBean[] row,
                   int fromStreamNum,
                   EventBean myEvent,
                   Node myNode,
                   java.util.Collection<EventBean[]> resultFinalRows,
                   EventBean resultRootEvent)
Description copied from interface: ResultAssembler
Publish a result row.

Specified by:
result in interface ResultAssembler
Parameters:
row - is the result to publish
fromStreamNum - is the originitor that publishes the row
myEvent - is optional and is the event that led to the row result
myNode - is optional and is the result node of the event that led to the row result
resultFinalRows - is the final result rows

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com