Uses of Interface
com.espertech.esper.epl.join.base.JoinExecutionStrategy

Packages that use JoinExecutionStrategy
com.espertech.esper.epl.join.base Join process interfaces and glue code 
com.espertech.esper.epl.view Internal processing views for output rate limiting, filtering and internal event routing 
 

Uses of JoinExecutionStrategy in com.espertech.esper.epl.join.base
 

Classes in com.espertech.esper.epl.join.base that implement JoinExecutionStrategy
 class JoinExecutionStrategyImpl
          Join execution strategy based on a 3-step getSelectListEvents of composing a join set, filtering the join set and indicating.
 

Constructors in com.espertech.esper.epl.join.base with parameters of type JoinExecutionStrategy
JoinExecStrategyDispatchable(JoinExecutionStrategy joinExecutionStrategy, int numStreams)
          CTor.
 

Uses of JoinExecutionStrategy in com.espertech.esper.epl.view
 

Fields in com.espertech.esper.epl.view declared as JoinExecutionStrategy
protected  JoinExecutionStrategy OutputProcessViewBase.joinExecutionStrategy
           
 

Methods in com.espertech.esper.epl.view with parameters of type JoinExecutionStrategy
static java.util.Iterator<EventBean> OutputStrategyUtil.getIterator(JoinExecutionStrategy joinExecutionStrategy, ResultSetProcessor resultSetProcessor, Viewable parentView, boolean distinct)
           
 void OutputProcessViewBase.setJoinExecutionStrategy(JoinExecutionStrategy joinExecutionStrategy)
          For joins, supplies the join execution strategy that provides iteration over statement results.
 


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