|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.join.base.JoinExecutionStrategyImpl
public class JoinExecutionStrategyImpl
Join execution strategy based on a 3-step getSelectListEvents of composing a join set, filtering the join set and indicating.
Constructor Summary | |
---|---|
JoinExecutionStrategyImpl(JoinSetComposer composer,
JoinSetProcessor filter,
JoinSetProcessor indicator,
ExprEvaluatorContext staticExprEvaluatorContext)
Ctor. |
Method Summary | |
---|---|
void |
join(EventBean[][] newDataPerStream,
EventBean[][] oldDataPerStream)
Execute join. |
java.util.Set<MultiKey<EventBean>> |
staticJoin()
A static join is for use with iterating over join statements. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JoinExecutionStrategyImpl(JoinSetComposer composer, JoinSetProcessor filter, JoinSetProcessor indicator, ExprEvaluatorContext staticExprEvaluatorContext)
composer
- - determines join tuple setfilter
- - for filtering among tuplesindicator
- - for presenting the info to a viewstaticExprEvaluatorContext
- expression evaluation context for static evaluation (not for runtime eval)Method Detail |
---|
public void join(EventBean[][] newDataPerStream, EventBean[][] oldDataPerStream)
JoinExecutionStrategy
join
in interface JoinExecutionStrategy
newDataPerStream
- - new events for each streamoldDataPerStream
- - old events for each streampublic java.util.Set<MultiKey<EventBean>> staticJoin()
JoinExecutionStrategy
staticJoin
in interface JoinExecutionStrategy
|
© 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 |