Uses of Interface
com.espertech.esper.rowregex.RegexExprPreviousEvalStrategy

Packages that use RegexExprPreviousEvalStrategy
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.start Classes related to start and stop of statements 
com.espertech.esper.epl.expression This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses 
com.espertech.esper.rowregex Match-recognize expression tree and state objects. 
 

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

Methods in com.espertech.esper.core.context.factory that return RegexExprPreviousEvalStrategy
 RegexExprPreviousEvalStrategy StatementAgentInstanceFactoryResult.getRegexExprPreviousEvalStrategy()
           
 

Constructors in com.espertech.esper.core.context.factory with parameters of type RegexExprPreviousEvalStrategy
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.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.List<StatementAgentInstancePreload> preloadList, EvalRootState[] patternRoots, StatementAgentInstancePostLoad optionalPostLoadJoin, Viewable[] topViews, Viewable[] eventStreamViewables)
           
 

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

Subinterfaces of RegexExprPreviousEvalStrategy in com.espertech.esper.core.context.stmt
 interface AIRegistryMatchRecognizePrevious
           
 

Classes in com.espertech.esper.core.context.stmt that implement RegexExprPreviousEvalStrategy
 class AIRegistryMatchRecognizePreviousMap
           
 class AIRegistryMatchRecognizePreviousMultiPerm
           
 class AIRegistryMatchRecognizePreviousSingle
           
 

Methods in com.espertech.esper.core.context.stmt with parameters of type RegexExprPreviousEvalStrategy
 void AIRegistryMatchRecognizePreviousSingle.assignService(int num, RegexExprPreviousEvalStrategy value)
           
 void AIRegistryMatchRecognizePreviousMultiPerm.assignService(int num, RegexExprPreviousEvalStrategy value)
           
 void AIRegistryMatchRecognizePreviousMap.assignService(int num, RegexExprPreviousEvalStrategy value)
           
 void AIRegistryMatchRecognizePrevious.assignService(int num, RegexExprPreviousEvalStrategy value)
           
 

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

Methods in com.espertech.esper.core.start with parameters of type RegexExprPreviousEvalStrategy
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)
           
 

Uses of RegexExprPreviousEvalStrategy in com.espertech.esper.epl.expression
 

Methods in com.espertech.esper.epl.expression with parameters of type RegexExprPreviousEvalStrategy
 void ExprPreviousMatchRecognizeNode.setStrategy(RegexExprPreviousEvalStrategy strategy)
           
 

Uses of RegexExprPreviousEvalStrategy in com.espertech.esper.rowregex
 

Classes in com.espertech.esper.rowregex that implement RegexExprPreviousEvalStrategy
 class RegexPartitionStateRandomAccessGetter
          Getter that provides an index at runtime.
 

Methods in com.espertech.esper.rowregex that return RegexExprPreviousEvalStrategy
 RegexExprPreviousEvalStrategy EventRowRegexNFAViewService.getPreviousEvaluationStrategy()
           
 RegexExprPreviousEvalStrategy EventRowRegexNFAView.getPreviousEvaluationStrategy()
           
 


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