com.espertech.esper.core.context.subselect
Class SubSelectStrategyHolder

java.lang.Object
  extended by com.espertech.esper.core.context.subselect.SubSelectStrategyHolder

public class SubSelectStrategyHolder
extends java.lang.Object

Entry holding lookup resource references for use by SubSelectActivationCollection.


Constructor Summary
SubSelectStrategyHolder(ExprSubselectStrategy stategy, AggregationService subselectAggregationService, java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> priorStrategies, java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousNodeStrategies, Viewable subselectView, StatementAgentInstancePostLoad postLoad)
           
 
Method Summary
 StatementAgentInstancePostLoad getPostLoad()
           
 java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> getPreviousNodeStrategies()
           
 java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> getPriorStrategies()
           
 ExprSubselectStrategy getStategy()
           
 AggregationService getSubselectAggregationService()
           
 Viewable getSubselectView()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubSelectStrategyHolder

public SubSelectStrategyHolder(ExprSubselectStrategy stategy,
                               AggregationService subselectAggregationService,
                               java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> priorStrategies,
                               java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousNodeStrategies,
                               Viewable subselectView,
                               StatementAgentInstancePostLoad postLoad)
Method Detail

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()

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com