com.espertech.esper.core.context.factory
Class StatementAgentInstanceFactorySelectResult

java.lang.Object
  extended by com.espertech.esper.core.context.factory.StatementAgentInstanceFactoryResult
      extended by com.espertech.esper.core.context.factory.StatementAgentInstanceFactorySelectResult

public class StatementAgentInstanceFactorySelectResult
extends StatementAgentInstanceFactoryResult


Constructor Summary
StatementAgentInstanceFactorySelectResult(Viewable finalView, StopCallback stopCallback, AgentInstanceContext agentInstanceContext, AggregationService optionalAggegationService, java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategies, java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> priorNodeStrategies, java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousNodeStrategies, RegexExprPreviousEvalStrategy regexExprPreviousEvalStrategy, java.util.Map<ExprTableAccessNode,ExprTableAccessEvalStrategy> tableAccessStrategies, java.util.List<StatementAgentInstancePreload> preloadList, EvalRootState[] patternRoots, StatementAgentInstancePostLoad optionalPostLoadJoin, Viewable[] topViews, Viewable[] eventStreamViewables)
           
 
Method Summary
 Viewable[] getEventStreamViewables()
           
 StatementAgentInstancePostLoad getOptionalPostLoadJoin()
           
 EvalRootState[] getPatternRoots()
           
 Viewable[] getTopViews()
           
 
Methods inherited from class com.espertech.esper.core.context.factory.StatementAgentInstanceFactoryResult
getAgentInstanceContext, getFinalView, getOptionalAggegationService, getPreloadList, getPreviousNodeStrategies, getPriorNodeStrategies, getRegexExprPreviousEvalStrategy, getStopCallback, getSubselectStrategies, getTableAccessEvalStrategies, setStopCallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatementAgentInstanceFactorySelectResult

public StatementAgentInstanceFactorySelectResult(Viewable finalView,
                                                 StopCallback stopCallback,
                                                 AgentInstanceContext agentInstanceContext,
                                                 AggregationService optionalAggegationService,
                                                 java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategies,
                                                 java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> priorNodeStrategies,
                                                 java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousNodeStrategies,
                                                 RegexExprPreviousEvalStrategy regexExprPreviousEvalStrategy,
                                                 java.util.Map<ExprTableAccessNode,ExprTableAccessEvalStrategy> tableAccessStrategies,
                                                 java.util.List<StatementAgentInstancePreload> preloadList,
                                                 EvalRootState[] patternRoots,
                                                 StatementAgentInstancePostLoad optionalPostLoadJoin,
                                                 Viewable[] topViews,
                                                 Viewable[] eventStreamViewables)
Method Detail

getTopViews

public Viewable[] getTopViews()

getPatternRoots

public EvalRootState[] getPatternRoots()

getOptionalPostLoadJoin

public StatementAgentInstancePostLoad getOptionalPostLoadJoin()

getEventStreamViewables

public Viewable[] getEventStreamViewables()

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