Uses of Class
com.espertech.esper.epl.expression.prior.ExprPriorNode

Packages that use ExprPriorNode
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.metrics.instrumentation EPL instrumentation helpers. 
com.espertech.esper.view.internal Internal management views for buffering view results and providing these to joins. 
 

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

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

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

Methods in com.espertech.esper.core.context.stmt with parameters of type ExprPriorNode
 AIRegistryPrior AIRegistryExprBase.allocatePrior(ExprPriorNode key)
           
 AIRegistryPrior AIRegistryExpr.allocatePrior(ExprPriorNode key)
           
 AIRegistryPrior AIRegistryExprBase.getPriorServices(ExprPriorNode key)
           
 AIRegistryPrior AIRegistryExpr.getPriorServices(ExprPriorNode key)
           
 

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

Methods in com.espertech.esper.core.context.subselect that return types with arguments of type ExprPriorNode
 java.util.List<ExprPriorNode> SubSelectStrategyFactoryDesc.getPriorNodesList()
           
 java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> SubSelectStrategyRealization.getPriorNodeStrategies()
           
 java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> SubSelectStrategyHolder.getPriorStrategies()
           
 

Constructor parameters in com.espertech.esper.core.context.subselect with type arguments of type ExprPriorNode
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 ExprPriorNode in com.espertech.esper.core.start
 

Methods in com.espertech.esper.core.start that return types with arguments of type ExprPriorNode
static java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> EPStatementStartMethodHelperPrior.compilePriorNodeStrategies(ViewResourceDelegateVerified viewResourceDelegate, AgentInstanceViewFactoryChainContext[] viewFactoryChainContexts)
           
 

Method parameters in com.espertech.esper.core.start with type arguments of type ExprPriorNode
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.assignPriorStrategies(java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> priorStrategyInstances)
           
 

Uses of ExprPriorNode in com.espertech.esper.epl.core
 

Methods in com.espertech.esper.epl.core that return types with arguments of type ExprPriorNode
 java.util.SortedMap<java.lang.Integer,java.util.List<ExprPriorNode>> ViewResourceDelegateVerifiedStream.getPriorRequests()
           
 java.util.List<ExprPriorNode> ViewResourceDelegateUnverified.getPriorRequests()
           
 java.util.List<ExprPriorNode> ViewResourceDelegateVerifiedStream.getPriorRequestsAsList()
           
 

Methods in com.espertech.esper.epl.core with parameters of type ExprPriorNode
 void ViewResourceDelegateUnverified.addPriorNodeRequest(ExprPriorNode priorNode)
           
 

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

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

Methods in com.espertech.esper.metrics.instrumentation with parameters of type ExprPriorNode
 void InstrumentationDefault.qExprPrior(ExprPriorNode exprPriorNode)
           
 void Instrumentation.qExprPrior(ExprPriorNode exprPriorNode)
           
 

Uses of ExprPriorNode in com.espertech.esper.view.internal
 

Method parameters in com.espertech.esper.view.internal with type arguments of type ExprPriorNode
 ViewUpdatedCollection PriorEventViewFactory.makeViewUpdatedCollection(java.util.SortedMap<java.lang.Integer,java.util.List<ExprPriorNode>> callbacksPerIndex, int agentInstanceId)
           
 


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