com.espertech.esper.core.context.factory
Class StatementAgentInstanceFactoryResult
java.lang.Object
com.espertech.esper.core.context.factory.StatementAgentInstanceFactoryResult
- Direct Known Subclasses:
- StatementAgentInstanceFactoryCreateWindowResult, StatementAgentInstanceFactoryOnTriggerResult, StatementAgentInstanceFactorySelectResult, StatementAgentInstanceFactoryUpdateResult
public abstract class StatementAgentInstanceFactoryResult
- extends java.lang.Object
Constructor Summary |
protected |
StatementAgentInstanceFactoryResult(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.List<StatementAgentInstancePreload> preloadList)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatementAgentInstanceFactoryResult
protected StatementAgentInstanceFactoryResult(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.List<StatementAgentInstancePreload> preloadList)
getFinalView
public Viewable getFinalView()
getStopCallback
public StopCallback getStopCallback()
getAgentInstanceContext
public AgentInstanceContext getAgentInstanceContext()
getOptionalAggegationService
public AggregationService getOptionalAggegationService()
getSubselectStrategies
public java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> getSubselectStrategies()
getPriorNodeStrategies
public java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> getPriorNodeStrategies()
getPreviousNodeStrategies
public java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> getPreviousNodeStrategies()
getPreloadList
public java.util.List<StatementAgentInstancePreload> getPreloadList()
getRegexExprPreviousEvalStrategy
public RegexExprPreviousEvalStrategy getRegexExprPreviousEvalStrategy()