Uses of Interface
com.espertech.esper.epl.expression.subquery.ExprSubselectStrategy

Packages that use ExprSubselectStrategy
com.espertech.esper.core.context.stmt Registries for context partitions to handle aggregations, prev/prior and subselects. 
com.espertech.esper.core.context.subselect Subselect implementation. 
com.espertech.esper.epl.expression.subquery Subselect expressions. 
 

Uses of ExprSubselectStrategy in com.espertech.esper.core.context.stmt
 

Subinterfaces of ExprSubselectStrategy in com.espertech.esper.core.context.stmt
 interface AIRegistrySubselect
           
 

Classes in com.espertech.esper.core.context.stmt that implement ExprSubselectStrategy
 class AIRegistrySubselectMap
           
 class AIRegistrySubselectMultiPerm
           
 class AIRegistrySubselectSingle
           
 

Methods in com.espertech.esper.core.context.stmt with parameters of type ExprSubselectStrategy
 void AIRegistrySubselectSingle.assignService(int num, ExprSubselectStrategy subselectStrategy)
           
 void AIRegistrySubselectMultiPerm.assignService(int num, ExprSubselectStrategy subselectStrategy)
           
 void AIRegistrySubselectMap.assignService(int num, ExprSubselectStrategy subselectStrategy)
           
 void AIRegistrySubselect.assignService(int num, ExprSubselectStrategy value)
           
 

Uses of ExprSubselectStrategy in com.espertech.esper.core.context.subselect
 

Methods in com.espertech.esper.core.context.subselect that return ExprSubselectStrategy
 ExprSubselectStrategy SubSelectStrategyHolder.getStategy()
           
 

Constructors in com.espertech.esper.core.context.subselect with parameters of type ExprSubselectStrategy
SubSelectStrategyHolder(ExprSubselectStrategy stategy, AggregationService subselectAggregationService, java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> priorStrategies, java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousNodeStrategies, Viewable subselectView, StatementAgentInstancePostLoad postLoad)
           
 

Uses of ExprSubselectStrategy in com.espertech.esper.epl.expression.subquery
 

Methods in com.espertech.esper.epl.expression.subquery with parameters of type ExprSubselectStrategy
 void ExprSubselectNode.setStrategy(ExprSubselectStrategy strategy)
          Sets the strategy for boiling down the table of lookup events into a subset against which to run the filter.
 


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