public class StatementResourceHolder
extends java.lang.Object
Constructor and Description |
---|
StatementResourceHolder(StatementAgentInstanceLock agentInstanceLock,
Viewable[] topViewables,
Viewable[] eventStreamViewables,
EvalRootState[] patternRoots,
AggregationService aggegationService,
java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategies,
StatementAgentInstancePostLoad postLoad) |
Modifier and Type | Method and Description |
---|---|
StatementAgentInstanceLock |
getAgentInstanceLock() |
AggregationService |
getAggegationService() |
Viewable[] |
getEventStreamViewables() |
EvalRootState[] |
getPatternRoots() |
StatementAgentInstancePostLoad |
getPostLoad() |
java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> |
getSubselectStrategies() |
Viewable[] |
getTopViewables() |
public StatementResourceHolder(StatementAgentInstanceLock agentInstanceLock, Viewable[] topViewables, Viewable[] eventStreamViewables, EvalRootState[] patternRoots, AggregationService aggegationService, java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategies, StatementAgentInstancePostLoad postLoad)
public StatementAgentInstanceLock getAgentInstanceLock()
public Viewable[] getTopViewables()
public Viewable[] getEventStreamViewables()
public EvalRootState[] getPatternRoots()
public AggregationService getAggegationService()
public java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> getSubselectStrategies()
public StatementAgentInstancePostLoad getPostLoad()