Uses of Interface
com.espertech.esper.common.internal.epl.expression.prior.PriorEvalStrategy
Packages that use PriorEvalStrategy
Package
Description
'Prior'-group indexExpressionTexts.
-
Uses of PriorEvalStrategy in com.espertech.esper.common.internal.context.aifactory.core
Methods in com.espertech.esper.common.internal.context.aifactory.core that return PriorEvalStrategyConstructors in com.espertech.esper.common.internal.context.aifactory.core with parameters of type PriorEvalStrategyModifierConstructorDescriptionprotected
StatementAgentInstanceFactoryResult
(Viewable finalView, AgentInstanceMgmtCallback stopCallback, AgentInstanceContext agentInstanceContext, AggregationService optionalAggegationService, Map<Integer, SubSelectFactoryResult> subselectStrategies, PriorEvalStrategy[] priorStrategies, PreviousGetterStrategy[] previousGetterStrategies, RowRecogPreviousStrategy rowRecogPreviousStrategy, Map<Integer, ExprTableEvalStrategy> tableAccessStrategies, List<StatementAgentInstancePreload> preloadList, Runnable postContextMergeRunnable) -
Uses of PriorEvalStrategy in com.espertech.esper.common.internal.context.aifactory.createcontext
Constructors in com.espertech.esper.common.internal.context.aifactory.createcontext with parameters of type PriorEvalStrategyModifierConstructorDescriptionStatementAgentInstanceFactoryCreateContextResult
(Viewable finalView, AgentInstanceMgmtCallback stopCallback, AgentInstanceContext agentInstanceContext, AggregationService optionalAggegationService, Map<Integer, SubSelectFactoryResult> subselectStrategies, PriorEvalStrategy[] priorStrategies, PreviousGetterStrategy[] previousGetterStrategies, RowRecogPreviousStrategy regexExprPreviousEvalStrategy, Map<Integer, ExprTableEvalStrategy> tableAccessStrategies, List<StatementAgentInstancePreload> preloadList, ContextManagerRealization contextManagerRealization) -
Uses of PriorEvalStrategy in com.espertech.esper.common.internal.context.aifactory.ontrigger.core
Constructors in com.espertech.esper.common.internal.context.aifactory.ontrigger.core with parameters of type PriorEvalStrategyModifierConstructorDescriptionStatementAgentInstanceFactoryOnTriggerResult
(Viewable finalView, AgentInstanceMgmtCallback stopCallback, AgentInstanceContext agentInstanceContext, AggregationService optionalAggegationService, Map<Integer, SubSelectFactoryResult> subselectStrategies, PriorEvalStrategy[] priorStrategies, PreviousGetterStrategy[] previousGetterStrategies, RowRecogPreviousStrategy regexExprPreviousEvalStrategy, Map<Integer, ExprTableEvalStrategy> tableAccessStrategies, List<StatementAgentInstancePreload> preloadList, Runnable postContextMergeRunnable, EvalRootState optPatternRoot, ViewableActivationResult viewableActivationResult) -
Uses of PriorEvalStrategy in com.espertech.esper.common.internal.context.aifactory.select
Constructors in com.espertech.esper.common.internal.context.aifactory.select with parameters of type PriorEvalStrategyModifierConstructorDescriptionStatementAgentInstanceFactorySelectResult
(Viewable finalView, AgentInstanceMgmtCallback stopCallback, AgentInstanceContext agentInstanceContext, AggregationService optionalAggegationService, Map<Integer, SubSelectFactoryResult> subselectStrategies, PriorEvalStrategy[] priorStrategies, PreviousGetterStrategy[] previousGetterStrategies, RowRecogPreviousStrategy regexExprPreviousEvalStrategy, Map<Integer, ExprTableEvalStrategy> tableAccessStrategies, List<StatementAgentInstancePreload> preloadList, Runnable postContextMergeRunnable, EvalRootState[] patternRoots, JoinSetComposer joinSetComposer, Viewable[] topViews, Viewable[] eventStreamViewables, ViewableActivationResult[] viewableActivationResults, ResultSetProcessor resultSetProcessor) -
Uses of PriorEvalStrategy in com.espertech.esper.common.internal.context.airegistry
Subinterfaces of PriorEvalStrategy in com.espertech.esper.common.internal.context.airegistryClasses in com.espertech.esper.common.internal.context.airegistry that implement PriorEvalStrategyModifier and TypeClassDescriptionclass
class
class
Methods in com.espertech.esper.common.internal.context.airegistry with parameters of type PriorEvalStrategyModifier and TypeMethodDescriptionvoid
AIRegistrySubqueryEntry.assign
(int agentInstanceId, SubordTableLookupStrategy lookupStrategy, AggregationService aggregationService, PriorEvalStrategy priorEvalStrategy, PreviousGetterStrategy previousGetterStrategy) static void
AIRegistryUtil.assignFutures
(StatementAIResourceRegistry aiResourceRegistry, int agentInstanceId, AggregationService optionalAggegationService, PriorEvalStrategy[] optionalPriorStrategies, PreviousGetterStrategy[] optionalPreviousGetters, Map<Integer, SubSelectFactoryResult> subselects, Map<Integer, ExprTableEvalStrategy> tableAccessStrategies, RowRecogPreviousStrategy rowRecogPreviousStrategy) void
AIRegistryPriorEvalStrategy.assignService
(int serviceId, PriorEvalStrategy priorEvalStrategy) void
AIRegistryPriorEvalStrategyMap.assignService
(int serviceId, PriorEvalStrategy priorEvalStrategy) void
AIRegistryPriorEvalStrategyMultiPerm.assignService
(int serviceId, PriorEvalStrategy priorEvalStrategy) void
AIRegistryPriorEvalStrategySingle.assignService
(int serviceId, PriorEvalStrategy priorEvalStrategy) -
Uses of PriorEvalStrategy in com.espertech.esper.common.internal.context.module
Methods in com.espertech.esper.common.internal.context.module that return PriorEvalStrategyModifier and TypeMethodDescriptionStatementAIFactoryAssignmentContext.getPriorStrategies()
StatementAIFactoryAssignments.getPriorStrategies()
StatementAIFactoryAssignmentsImpl.getPriorStrategies()
StatementAIFactoryAssignmentContext.getSubqueryPrior
(int subqueryNumber) StatementAIFactoryAssignments.getSubqueryPrior
(int subqueryNumber) StatementAIFactoryAssignmentsImpl.getSubqueryPrior
(int subqueryNumber) Constructors in com.espertech.esper.common.internal.context.module with parameters of type PriorEvalStrategyModifierConstructorDescriptionStatementAIFactoryAssignmentsImpl
(AggregationService aggregationResultFuture, PriorEvalStrategy[] priorStrategies, PreviousGetterStrategy[] previousStrategies, Map<Integer, SubSelectFactoryResult> subselects, Map<Integer, ExprTableEvalStrategy> tableAccesses, RowRecogPreviousStrategy rowRecogPreviousStrategy) -
Uses of PriorEvalStrategy in com.espertech.esper.common.internal.epl.expression.prior
Classes in com.espertech.esper.common.internal.epl.expression.prior that implement PriorEvalStrategyModifier and TypeClassDescriptionclass
Represents the 'prior' prior event function in an expression node tree.class
Represents the 'prior' prior event function in an expression node tree.Fields in com.espertech.esper.common.internal.epl.expression.prior declared as PriorEvalStrategy -
Uses of PriorEvalStrategy in com.espertech.esper.common.internal.epl.prior
Methods in com.espertech.esper.common.internal.epl.prior that return PriorEvalStrategyModifier and TypeMethodDescriptionstatic PriorEvalStrategy
PriorHelper.toStrategy
(AgentInstanceViewFactoryChainContext viewFactoryChainContext) -
Uses of PriorEvalStrategy in com.espertech.esper.common.internal.epl.subselect
Methods in com.espertech.esper.common.internal.epl.subselect that return PriorEvalStrategyModifier and TypeMethodDescriptionSubSelectFactoryResult.getPriorStrategy()
SubSelectStrategyRealization.getPriorStrategy()
Constructors in com.espertech.esper.common.internal.epl.subselect with parameters of type PriorEvalStrategyModifierConstructorDescriptionSubSelectStrategyRealization
(SubordTableLookupStrategy lookupStrategy, SubselectAggregationPreprocessorBase subselectAggregationPreprocessor, AggregationService aggregationService, PriorEvalStrategy priorStrategy, PreviousGetterStrategy previousStrategy, Viewable subselectView, EventTable[] indexes) -
Uses of PriorEvalStrategy in com.espertech.esper.common.internal.statement.resource
Methods in com.espertech.esper.common.internal.statement.resource that return PriorEvalStrategyConstructors in com.espertech.esper.common.internal.statement.resource with parameters of type PriorEvalStrategyModifierConstructorDescriptionStatementResourceHolder
(AgentInstanceContext agentInstanceContext, AgentInstanceMgmtCallback agentInstanceStopCallback, Viewable finalView, AggregationService aggregationService, PriorEvalStrategy[] priorEvalStrategies, PreviousGetterStrategy[] previousGetterStrategies, RowRecogPreviousStrategy rowRecogPreviousStrategy)