Uses of Interface
com.espertech.esper.epl.expression.prev.ExprPreviousEvalStrategy

Packages that use ExprPreviousEvalStrategy
com.espertech.esper.core.context.factory Statement agent instance factories. 
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.core.start Classes related to start and stop of statements 
com.espertech.esper.epl.expression.prev 'Previous'-group expressions. 
 

Uses of ExprPreviousEvalStrategy in com.espertech.esper.core.context.factory
 

Methods in com.espertech.esper.core.context.factory that return types with arguments of type ExprPreviousEvalStrategy
 java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> StatementAgentInstanceFactoryResult.getPreviousNodeStrategies()
           
 

Constructor parameters in com.espertech.esper.core.context.factory with type arguments of type ExprPreviousEvalStrategy
StatementAgentInstanceFactoryResult(Viewable finalView, StopCallback stopCallback, AgentInstanceContext agentInstanceContext, AggregationService optionalAggegationService, java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategies, java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> priorNodeStrategies, java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousNodeStrategies, RegexExprPreviousEvalStrategy regexExprPreviousEvalStrategy, java.util.Map<ExprTableAccessNode,ExprTableAccessEvalStrategy> tableAccessStrategies, java.util.List<StatementAgentInstancePreload> preloadList)
           
StatementAgentInstanceFactorySelectResult(Viewable finalView, StopCallback stopCallback, AgentInstanceContext agentInstanceContext, AggregationService optionalAggegationService, java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategies, java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> priorNodeStrategies, java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousNodeStrategies, RegexExprPreviousEvalStrategy regexExprPreviousEvalStrategy, java.util.Map<ExprTableAccessNode,ExprTableAccessEvalStrategy> tableAccessStrategies, java.util.List<StatementAgentInstancePreload> preloadList, EvalRootState[] patternRoots, StatementAgentInstancePostLoad optionalPostLoadJoin, Viewable[] topViews, Viewable[] eventStreamViewables)
           
 

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

Subinterfaces of ExprPreviousEvalStrategy in com.espertech.esper.core.context.stmt
 interface AIRegistryPrevious
           
 

Classes in com.espertech.esper.core.context.stmt that implement ExprPreviousEvalStrategy
 class AIRegistryPreviousMap
           
 class AIRegistryPreviousMultiPerm
           
 class AIRegistryPreviousSingle
           
 

Methods in com.espertech.esper.core.context.stmt with parameters of type ExprPreviousEvalStrategy
 void AIRegistryPreviousSingle.assignService(int num, ExprPreviousEvalStrategy value)
           
 void AIRegistryPreviousMultiPerm.assignService(int num, ExprPreviousEvalStrategy value)
           
 void AIRegistryPreviousMap.assignService(int num, ExprPreviousEvalStrategy value)
           
 void AIRegistryPrevious.assignService(int num, ExprPreviousEvalStrategy value)
           
 

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

Methods in com.espertech.esper.core.context.subselect that return types with arguments of type ExprPreviousEvalStrategy
 java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> SubSelectStrategyRealization.getPreviousNodeStrategies()
           
 java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> SubSelectStrategyHolder.getPreviousNodeStrategies()
           
 

Constructor parameters in com.espertech.esper.core.context.subselect with type arguments of type ExprPreviousEvalStrategy
SubSelectStrategyHolder(ExprSubselectStrategy stategy, AggregationService subselectAggregationService, java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> priorStrategies, java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousNodeStrategies, Viewable subselectView, StatementAgentInstancePostLoad postLoad)
           
SubSelectStrategyRealization(SubordTableLookupStrategy strategy, SubselectAggregationPreprocessorBase subselectAggregationPreprocessor, AggregationService subselectAggregationService, java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> priorNodeStrategies, java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousNodeStrategies, Viewable subselectView, StatementAgentInstancePostLoad postLoad)
           
 

Uses of ExprPreviousEvalStrategy in com.espertech.esper.core.start
 

Methods in com.espertech.esper.core.start that return types with arguments of type ExprPreviousEvalStrategy
static java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> EPStatementStartMethodHelperPrevious.compilePreviousNodeStrategies(ViewResourceDelegateVerified viewResourceDelegate, AgentInstanceViewFactoryChainContext[] contexts)
           
 

Method parameters in com.espertech.esper.core.start with type arguments of type ExprPreviousEvalStrategy
static void EPStatementStartMethodHelperAssignExpr.assignExpressionStrategies(EPStatementStartMethodSelectDesc selectDesc, AggregationService aggregationService, java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategyInstances, java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> priorStrategyInstances, java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousStrategyInstances, java.util.Set<ExprPreviousMatchRecognizeNode> matchRecognizeNodes, RegexExprPreviousEvalStrategy matchRecognizePrevEvalStrategy, java.util.Map<ExprTableAccessNode,ExprTableAccessEvalStrategy> tableAccessStrategyInstances)
           
static void EPStatementStartMethodHelperAssignExpr.assignPreviousStrategies(java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousStrategyInstances)
           
 

Uses of ExprPreviousEvalStrategy in com.espertech.esper.epl.expression.prev
 

Classes in com.espertech.esper.epl.expression.prev that implement ExprPreviousEvalStrategy
 class ExprPreviousEvalStrategyCount
           
 class ExprPreviousEvalStrategyPrev
           
 class ExprPreviousEvalStrategyWindow
           
 

Methods in com.espertech.esper.epl.expression.prev with parameters of type ExprPreviousEvalStrategy
 void ExprPreviousNode.setEvaluator(ExprPreviousEvalStrategy evaluator)
           
 


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