com.espertech.esper.core.service.resource
Class StatementResourceHolder

java.lang.Object
  extended by com.espertech.esper.core.service.resource.StatementResourceHolder

public class StatementResourceHolder
extends java.lang.Object


Constructor Summary
StatementResourceHolder(StatementAgentInstanceLock agentInstanceLock, Viewable[] topViewables, Viewable[] eventStreamViewables, EvalRootState[] patternRoots, AggregationService aggegationService, java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategies, StatementAgentInstancePostLoad postLoad)
           
 
Method Summary
 StatementAgentInstanceLock getAgentInstanceLock()
           
 AggregationService getAggegationService()
           
 Viewable[] getEventStreamViewables()
           
 EvalRootState[] getPatternRoots()
           
 StatementAgentInstancePostLoad getPostLoad()
           
 java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> getSubselectStrategies()
           
 Viewable[] getTopViewables()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatementResourceHolder

public StatementResourceHolder(StatementAgentInstanceLock agentInstanceLock,
                               Viewable[] topViewables,
                               Viewable[] eventStreamViewables,
                               EvalRootState[] patternRoots,
                               AggregationService aggegationService,
                               java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategies,
                               StatementAgentInstancePostLoad postLoad)
Method Detail

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()

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com