Uses of Class
com.espertech.esper.epl.expression.prev.ExprPreviousNode

Packages that use ExprPreviousNode
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.core Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
com.espertech.esper.epl.expression.visitor Expression visitors. 
com.espertech.esper.metrics.instrumentation EPL instrumentation helpers. 
 

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

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

Constructor parameters in com.espertech.esper.core.context.factory with type arguments of type ExprPreviousNode
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 ExprPreviousNode in com.espertech.esper.core.context.stmt
 

Methods in com.espertech.esper.core.context.stmt with parameters of type ExprPreviousNode
 AIRegistryPrevious AIRegistryExprBase.allocatePrevious(ExprPreviousNode previousNode)
           
 AIRegistryPrevious AIRegistryExpr.allocatePrevious(ExprPreviousNode previousNode)
           
 AIRegistryPrevious AIRegistryExprBase.getPreviousServices(ExprPreviousNode key)
           
 AIRegistryPrevious AIRegistryExpr.getPreviousServices(ExprPreviousNode key)
           
 

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

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

Constructor parameters in com.espertech.esper.core.context.subselect with type arguments of type ExprPreviousNode
SubSelectStrategyFactoryDesc(SubSelectActivationHolder subSelectActivationHolder, SubSelectStrategyFactory factory, AggregationServiceFactoryDesc aggregationServiceFactoryDesc, java.util.List<ExprPriorNode> priorNodesList, java.util.List<ExprPreviousNode> prevNodesList)
           
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 ExprPreviousNode in com.espertech.esper.core.start
 

Methods in com.espertech.esper.core.start that return types with arguments of type ExprPreviousNode
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 ExprPreviousNode
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 ExprPreviousNode in com.espertech.esper.epl.core
 

Methods in com.espertech.esper.epl.core that return types with arguments of type ExprPreviousNode
 java.util.List<ExprPreviousNode> ViewResourceDelegateVerifiedStream.getPreviousRequests()
           
 java.util.List<ExprPreviousNode> ViewResourceDelegateUnverified.getPreviousRequests()
           
 

Methods in com.espertech.esper.epl.core with parameters of type ExprPreviousNode
 void ViewResourceDelegateUnverified.addPreviousRequest(ExprPreviousNode previousNode)
           
 

Constructor parameters in com.espertech.esper.epl.core with type arguments of type ExprPreviousNode
ViewResourceDelegateVerifiedStream(java.util.List<ExprPreviousNode> previousRequests, java.util.SortedMap<java.lang.Integer,java.util.List<ExprPriorNode>> priorRequests, java.util.Set<ExprPreviousMatchRecognizeNode> matchRecognizePreviousRequests)
           
 

Uses of ExprPreviousNode in com.espertech.esper.epl.expression.visitor
 

Methods in com.espertech.esper.epl.expression.visitor that return types with arguments of type ExprPreviousNode
 java.util.List<Pair<ExprNode,ExprPreviousNode>> ExprNodePreviousVisitorWParent.getPrevious()
          Returns the pair of previous nodes and their parent expression.
 

Uses of ExprPreviousNode in com.espertech.esper.metrics.instrumentation
 

Methods in com.espertech.esper.metrics.instrumentation with parameters of type ExprPreviousNode
 void InstrumentationDefault.qExprPrev(ExprPreviousNode exprPreviousNode, boolean newData)
           
 void Instrumentation.qExprPrev(ExprPreviousNode exprPreviousNode, boolean newData)
           
 


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