com.espertech.esper.core.context.factory
Class StatementAgentInstanceFactorySelectResult
java.lang.Object
com.espertech.esper.core.context.factory.StatementAgentInstanceFactoryResult
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)
|
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 |
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)
getTopViews
public Viewable[] getTopViews()
getPatternRoots
public EvalRootState[] getPatternRoots()
getOptionalPostLoadJoin
public StatementAgentInstancePostLoad getOptionalPostLoadJoin()
getEventStreamViewables
public Viewable[] getEventStreamViewables()