public class StatementResourceHolder
extends java.lang.Object
Constructor and Description |
---|
StatementResourceHolder(AgentInstanceContext agentInstanceContext) |
public StatementResourceHolder(AgentInstanceContext agentInstanceContext)
protected void setTopViewables(Viewable[] topViewables)
protected void setEventStreamViewables(Viewable[] eventStreamViewables)
protected void setPatternRoots(EvalRootState[] patternRoots)
protected void setAggregationService(AggregationService aggregationService)
protected void setSubselectStrategies(java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategies)
protected void setPostLoad(StatementAgentInstancePostLoad postLoad)
protected void setNamedWindowProcessorInstance(NamedWindowProcessorInstance namedWindowProcessorInstance)
public void setStatementResourceExtension(StatementResourceExtension statementResourceExtension)
public AgentInstanceContext getAgentInstanceContext()
public Viewable[] getTopViewables()
public Viewable[] getEventStreamViewables()
public EvalRootState[] getPatternRoots()
public AggregationService getAggregationService()
public java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> getSubselectStrategies()
public StatementAgentInstancePostLoad getPostLoad()
public NamedWindowProcessorInstance getNamedWindowProcessorInstance()
public StatementResourceExtension getStatementResourceExtension()