Uses of Interface
com.espertech.esper.common.internal.view.previous.PreviousGetterStrategy
Package
Description
-
Uses of PreviousGetterStrategy in com.espertech.esper.common.internal.context.aifactory.core
Modifier and TypeMethodDescriptionStatementAgentInstanceFactoryResult.getPreviousGetterStrategies()
ModifierConstructorDescriptionprotected
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
ModifierConstructorDescriptionStatementAgentInstanceFactoryCreateContextResult
(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
ModifierConstructorDescriptionStatementAgentInstanceFactoryOnTriggerResult
(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
ModifierConstructorDescriptionStatementAgentInstanceFactorySelectResult
(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
Modifier and TypeClassDescriptionclass
class
class
Modifier and TypeMethodDescriptionAIRegistryPreviousGetterStrategyMap.getStrategy
(ExprEvaluatorContext ctx) AIRegistryPreviousGetterStrategyMultiPerm.getStrategy
(ExprEvaluatorContext ctx) AIRegistryPreviousGetterStrategySingle.getStrategy
(ExprEvaluatorContext ctx) Modifier 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
Modifier and TypeMethodDescriptionStatementAIFactoryAssignmentContext.getPreviousStrategies()
StatementAIFactoryAssignments.getPreviousStrategies()
StatementAIFactoryAssignmentsImpl.getPreviousStrategies()
StatementAIFactoryAssignmentContext.getSubqueryPrevious
(int subqueryNumber) StatementAIFactoryAssignments.getSubqueryPrevious
(int subqueryNumber) StatementAIFactoryAssignmentsImpl.getSubqueryPrevious
(int subqueryNumber) ModifierConstructorDescriptionStatementAIFactoryAssignmentsImpl
(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
Modifier and TypeMethodDescriptionSubSelectFactoryResult.getPreviousStrategy()
SubSelectStrategyRealization.getPreviousStrategy()
ModifierConstructorDescriptionSubSelectStrategyRealization
(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
ModifierConstructorDescriptionStatementResourceHolder
(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
Modifier and TypeClassDescriptionclass
Getter that provides an index at runtime.class
Provides random-access into window contents by event and index as a combination.Modifier and TypeMethodDescriptionRandomAccessByIndexGetter.getStrategy
(ExprEvaluatorContext ctx) RelativeAccessByEventNIndexGetterImpl.getStrategy
(ExprEvaluatorContext ctx) -
Uses of PreviousGetterStrategy in com.espertech.esper.common.internal.view.core
Modifier and TypeMethodDescriptionAgentInstanceViewFactoryChainContext.getPreviousNodeGetter()
DataWindowViewWithPrevious.makePreviousGetter()
ModifierConstructorDescriptionAgentInstanceViewFactoryChainContext
(AgentInstanceContext agentInstanceContext, boolean isRemoveStream, PreviousGetterStrategy previousNodeGetter, StateMgmtSetting previousStateSettings, ViewUpdatedCollection priorViewUpdatedCollection) -
Uses of PreviousGetterStrategy in com.espertech.esper.common.internal.view.keepall
-
Uses of PreviousGetterStrategy in com.espertech.esper.common.internal.view.length
-
Uses of PreviousGetterStrategy in com.espertech.esper.common.internal.view.lengthbatch
-
Uses of PreviousGetterStrategy in com.espertech.esper.common.internal.view.previous
Modifier and TypeFieldDescriptionstatic final PreviousGetterStrategy[]
PreviousGetterStrategy.EMPTY_ARRAY
-
Uses of PreviousGetterStrategy in com.espertech.esper.common.internal.view.sort
-
Uses of PreviousGetterStrategy in com.espertech.esper.common.internal.view.timebatch
-
Uses of PreviousGetterStrategy in com.espertech.esper.common.internal.view.timelengthbatch
-
Uses of PreviousGetterStrategy in com.espertech.esper.common.internal.view.timewin