com.espertech.esper.core.service.resource
Class StatementResourceHolder
java.lang.Object
com.espertech.esper.core.service.resource.StatementResourceHolder
public class StatementResourceHolder
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatementResourceHolder
public StatementResourceHolder(StatementAgentInstanceLock agentInstanceLock,
Viewable[] topViewables,
Viewable[] eventStreamViewables,
EvalRootState[] patternRoots,
AggregationService aggegationService,
java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategies,
StatementAgentInstancePostLoad postLoad)
getAgentInstanceLock
public StatementAgentInstanceLock getAgentInstanceLock()
getTopViewables
public Viewable[] getTopViewables()
getEventStreamViewables
public Viewable[] getEventStreamViewables()
getPatternRoots
public EvalRootState[] getPatternRoots()
getAggegationService
public AggregationService getAggegationService()
getSubselectStrategies
public java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> getSubselectStrategies()
getPostLoad
public StatementAgentInstancePostLoad getPostLoad()