com.espertech.esper.core.context.subselect
Class SubSelectStrategyHolder
java.lang.Object
com.espertech.esper.core.context.subselect.SubSelectStrategyHolder
public class SubSelectStrategyHolder
- extends java.lang.Object
Entry holding lookup resource references for use by SubSelectActivationCollection
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubSelectStrategyHolder
public SubSelectStrategyHolder(ExprSubselectStrategy stategy,
AggregationService subselectAggregationService,
java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> priorStrategies,
java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousNodeStrategies,
Viewable subselectView,
StatementAgentInstancePostLoad postLoad)
getStategy
public ExprSubselectStrategy getStategy()
getSubselectAggregationService
public AggregationService getSubselectAggregationService()
getPriorStrategies
public java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> getPriorStrategies()
getPreviousNodeStrategies
public java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> getPreviousNodeStrategies()
getSubselectView
public Viewable getSubselectView()
getPostLoad
public StatementAgentInstancePostLoad getPostLoad()