Uses of Interface
com.espertech.esper.common.internal.view.previous.PreviousGetterStrategy
Packages that use PreviousGetterStrategy
Package
Description
-
Uses of PreviousGetterStrategy in com.espertech.esper.common.internal.context.aifactory.core
Methods in com.espertech.esper.common.internal.context.aifactory.core that return PreviousGetterStrategyModifier and TypeMethodDescriptionStatementAgentInstanceFactoryResult.getPreviousGetterStrategies()
Constructors in com.espertech.esper.common.internal.context.aifactory.core with parameters of type PreviousGetterStrategyModifierConstructorDescriptionprotected
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 PreviousGetterStrategy in com.espertech.esper.common.internal.context.aifactory.createcontext
Constructors in com.espertech.esper.common.internal.context.aifactory.createcontext with parameters of type PreviousGetterStrategyModifierConstructorDescriptionStatementAgentInstanceFactoryCreateContextResult
(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 PreviousGetterStrategy 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 PreviousGetterStrategyModifierConstructorDescriptionStatementAgentInstanceFactoryOnTriggerResult
(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 PreviousGetterStrategy in com.espertech.esper.common.internal.context.aifactory.select
Constructors in com.espertech.esper.common.internal.context.aifactory.select with parameters of type PreviousGetterStrategyModifierConstructorDescriptionStatementAgentInstanceFactorySelectResult
(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 PreviousGetterStrategy in com.espertech.esper.common.internal.context.airegistry
Subinterfaces of PreviousGetterStrategy in com.espertech.esper.common.internal.context.airegistryClasses in com.espertech.esper.common.internal.context.airegistry that implement PreviousGetterStrategyModifier and TypeClassDescriptionclass
class
class
Methods in com.espertech.esper.common.internal.context.airegistry that return PreviousGetterStrategyModifier and TypeMethodDescriptionAIRegistryPreviousGetterStrategyMap.getStrategy
(ExprEvaluatorContext ctx) AIRegistryPreviousGetterStrategyMultiPerm.getStrategy
(ExprEvaluatorContext ctx) AIRegistryPreviousGetterStrategySingle.getStrategy
(ExprEvaluatorContext ctx) Methods in com.espertech.esper.common.internal.context.airegistry with parameters of type PreviousGetterStrategyModifier 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
AIRegistryPreviousGetterStrategy.assignService
(int serviceId, PreviousGetterStrategy previousGetterStrategy) void
AIRegistryPreviousGetterStrategyMap.assignService
(int serviceId, PreviousGetterStrategy previousGetterStrategy) void
AIRegistryPreviousGetterStrategyMultiPerm.assignService
(int serviceId, PreviousGetterStrategy previousGetterStrategy) void
AIRegistryPreviousGetterStrategySingle.assignService
(int serviceId, PreviousGetterStrategy previousGetterStrategy) -
Uses of PreviousGetterStrategy in com.espertech.esper.common.internal.context.module
Methods in com.espertech.esper.common.internal.context.module that return PreviousGetterStrategyModifier and TypeMethodDescriptionStatementAIFactoryAssignmentContext.getPreviousStrategies()
StatementAIFactoryAssignments.getPreviousStrategies()
StatementAIFactoryAssignmentsImpl.getPreviousStrategies()
StatementAIFactoryAssignmentContext.getSubqueryPrevious
(int subqueryNumber) StatementAIFactoryAssignments.getSubqueryPrevious
(int subqueryNumber) StatementAIFactoryAssignmentsImpl.getSubqueryPrevious
(int subqueryNumber) Constructors in com.espertech.esper.common.internal.context.module with parameters of type PreviousGetterStrategyModifierConstructorDescriptionStatementAIFactoryAssignmentsImpl
(AggregationService aggregationResultFuture, PriorEvalStrategy[] priorStrategies, PreviousGetterStrategy[] previousStrategies, Map<Integer, SubSelectFactoryResult> subselects, Map<Integer, ExprTableEvalStrategy> tableAccesses, RowRecogPreviousStrategy rowRecogPreviousStrategy) -
Uses of PreviousGetterStrategy in com.espertech.esper.common.internal.epl.subselect
Methods in com.espertech.esper.common.internal.epl.subselect that return PreviousGetterStrategyModifier and TypeMethodDescriptionSubSelectFactoryResult.getPreviousStrategy()
SubSelectStrategyRealization.getPreviousStrategy()
Constructors in com.espertech.esper.common.internal.epl.subselect with parameters of type PreviousGetterStrategyModifierConstructorDescriptionSubSelectStrategyRealization
(SubordTableLookupStrategy lookupStrategy, SubselectAggregationPreprocessorBase subselectAggregationPreprocessor, AggregationService aggregationService, PriorEvalStrategy priorStrategy, PreviousGetterStrategy previousStrategy, Viewable subselectView, EventTable[] indexes) -
Uses of PreviousGetterStrategy in com.espertech.esper.common.internal.statement.resource
Methods in com.espertech.esper.common.internal.statement.resource that return PreviousGetterStrategyConstructors in com.espertech.esper.common.internal.statement.resource with parameters of type PreviousGetterStrategyModifierConstructorDescriptionStatementResourceHolder
(AgentInstanceContext agentInstanceContext, AgentInstanceMgmtCallback agentInstanceStopCallback, Viewable finalView, AggregationService aggregationService, PriorEvalStrategy[] priorEvalStrategies, PreviousGetterStrategy[] previousGetterStrategies, RowRecogPreviousStrategy rowRecogPreviousStrategy) -
Uses of PreviousGetterStrategy in com.espertech.esper.common.internal.view.access
Classes in com.espertech.esper.common.internal.view.access that implement PreviousGetterStrategyModifier and TypeClassDescriptionclass
Getter that provides an index at runtime.class
Provides random-access into window contents by event and index as a combination.Methods in com.espertech.esper.common.internal.view.access that return PreviousGetterStrategyModifier and TypeMethodDescriptionRandomAccessByIndexGetter.getStrategy
(ExprEvaluatorContext ctx) RelativeAccessByEventNIndexGetterImpl.getStrategy
(ExprEvaluatorContext ctx) -
Uses of PreviousGetterStrategy in com.espertech.esper.common.internal.view.core
Methods in com.espertech.esper.common.internal.view.core that return PreviousGetterStrategyModifier and TypeMethodDescriptionAgentInstanceViewFactoryChainContext.getPreviousNodeGetter()
DataWindowViewWithPrevious.makePreviousGetter()
Constructors in com.espertech.esper.common.internal.view.core with parameters of type PreviousGetterStrategyModifierConstructorDescriptionAgentInstanceViewFactoryChainContext
(AgentInstanceContext agentInstanceContext, boolean isRemoveStream, PreviousGetterStrategy previousNodeGetter, StateMgmtSetting previousStateSettings, ViewUpdatedCollection priorViewUpdatedCollection) -
Uses of PreviousGetterStrategy in com.espertech.esper.common.internal.view.keepall
Methods in com.espertech.esper.common.internal.view.keepall that return PreviousGetterStrategy -
Uses of PreviousGetterStrategy in com.espertech.esper.common.internal.view.length
Methods in com.espertech.esper.common.internal.view.length that return PreviousGetterStrategy -
Uses of PreviousGetterStrategy in com.espertech.esper.common.internal.view.lengthbatch
Methods in com.espertech.esper.common.internal.view.lengthbatch that return PreviousGetterStrategy -
Uses of PreviousGetterStrategy in com.espertech.esper.common.internal.view.previous
Fields in com.espertech.esper.common.internal.view.previous declared as PreviousGetterStrategyModifier and TypeFieldDescriptionstatic final PreviousGetterStrategy[]
PreviousGetterStrategy.EMPTY_ARRAY
Methods in com.espertech.esper.common.internal.view.previous that return PreviousGetterStrategy -
Uses of PreviousGetterStrategy in com.espertech.esper.common.internal.view.sort
Methods in com.espertech.esper.common.internal.view.sort that return PreviousGetterStrategy -
Uses of PreviousGetterStrategy in com.espertech.esper.common.internal.view.timebatch
Methods in com.espertech.esper.common.internal.view.timebatch that return PreviousGetterStrategy -
Uses of PreviousGetterStrategy in com.espertech.esper.common.internal.view.timelengthbatch
Methods in com.espertech.esper.common.internal.view.timelengthbatch that return PreviousGetterStrategy -
Uses of PreviousGetterStrategy in com.espertech.esper.common.internal.view.timewin
Methods in com.espertech.esper.common.internal.view.timewin that return PreviousGetterStrategy