|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExprPriorEvalStrategy | |
---|---|
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.prior | 'Prior'-group expressions. |
Uses of ExprPriorEvalStrategy in com.espertech.esper.core.context.factory |
---|
Methods in com.espertech.esper.core.context.factory that return types with arguments of type ExprPriorEvalStrategy | |
---|---|
java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> |
StatementAgentInstanceFactoryResult.getPriorNodeStrategies()
|
Uses of ExprPriorEvalStrategy in com.espertech.esper.core.context.stmt |
---|
Subinterfaces of ExprPriorEvalStrategy in com.espertech.esper.core.context.stmt | |
---|---|
interface |
AIRegistryPrior
|
Classes in com.espertech.esper.core.context.stmt that implement ExprPriorEvalStrategy | |
---|---|
class |
AIRegistryPriorMap
|
class |
AIRegistryPriorMultiPerm
|
class |
AIRegistryPriorSingle
|
Methods in com.espertech.esper.core.context.stmt with parameters of type ExprPriorEvalStrategy | |
---|---|
void |
AIRegistryPriorSingle.assignService(int num,
ExprPriorEvalStrategy value)
|
void |
AIRegistryPriorMultiPerm.assignService(int num,
ExprPriorEvalStrategy value)
|
void |
AIRegistryPriorMap.assignService(int num,
ExprPriorEvalStrategy value)
|
void |
AIRegistryPrior.assignService(int num,
ExprPriorEvalStrategy value)
|
Uses of ExprPriorEvalStrategy in com.espertech.esper.core.context.subselect |
---|
Methods in com.espertech.esper.core.context.subselect that return types with arguments of type ExprPriorEvalStrategy | |
---|---|
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 ExprPriorEvalStrategy | |
---|---|
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 ExprPriorEvalStrategy in com.espertech.esper.core.start |
---|
Methods in com.espertech.esper.core.start that return types with arguments of type ExprPriorEvalStrategy | |
---|---|
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 ExprPriorEvalStrategy | |
---|---|
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 ExprPriorEvalStrategy in com.espertech.esper.epl.expression.prior |
---|
Classes in com.espertech.esper.epl.expression.prior that implement ExprPriorEvalStrategy | |
---|---|
class |
ExprPriorEvalStrategyBase
Represents the 'prior' prior event function in an expression node tree. |
class |
ExprPriorEvalStrategyRandomAccess
Represents the 'prior' prior event function in an expression node tree. |
class |
ExprPriorEvalStrategyRelativeAccess
Represents the 'prior' prior event function in an expression node tree. |
Methods in com.espertech.esper.epl.expression.prior with parameters of type ExprPriorEvalStrategy | |
---|---|
void |
ExprPriorNode.setPriorStrategy(ExprPriorEvalStrategy priorStrategy)
|
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |