|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.join.base.ExecNodeQueryStrategy
public class ExecNodeQueryStrategy
Query strategy for building a join tuple set by using an execution node tree.
Constructor Summary | |
---|---|
ExecNodeQueryStrategy(int forStream,
int numStreams,
ExecNode execNode)
CTor. |
Method Summary | |
---|---|
protected ExecNode |
getExecNode()
Returns execution node. |
protected int |
getForStream()
Return stream number this strategy is for. |
protected int |
getNumStreams()
Returns the total number of streams. |
void |
lookup(EventBean[] lookupEvents,
java.util.Set<MultiKey<EventBean>> joinSet,
ExprEvaluatorContext exprEvaluatorContext)
Look up events returning tuples of joined events. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExecNodeQueryStrategy(int forStream, int numStreams, ExecNode execNode)
forStream
- - stream the strategy is fornumStreams
- - number of streams in totalexecNode
- - execution node for building join tuple setMethod Detail |
---|
public void lookup(EventBean[] lookupEvents, java.util.Set<MultiKey<EventBean>> joinSet, ExprEvaluatorContext exprEvaluatorContext)
QueryStrategy
lookup
in interface QueryStrategy
lookupEvents
- - events to use to perform the joinjoinSet
- - result join tuples of eventsexprEvaluatorContext
- expression evaluation contextprotected int getForStream()
protected int getNumStreams()
protected ExecNode getExecNode()
|
© 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 |