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.prev 'Previous'-group expressions. 
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.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 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, java.util.Map<ExprTableAccessNode,ExprTableAccessEvalStrategy> tableAccessStrategyInstances)
           
 

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

Methods in com.espertech.esper.epl.expression.prev 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-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com