com.espertech.esper.core.context.factory
Class StatementAgentInstanceFactorySelect
java.lang.Object
com.espertech.esper.core.context.factory.StatementAgentInstanceFactoryBase
com.espertech.esper.core.context.factory.StatementAgentInstanceFactorySelect
- All Implemented Interfaces:
- StatementAgentInstanceFactory
public class StatementAgentInstanceFactorySelect
- extends StatementAgentInstanceFactoryBase
Constructor Summary |
StatementAgentInstanceFactorySelect(int numStreams,
ViewableActivator[] eventStreamParentViewableActivators,
StatementContext statementContext,
StatementSpecCompiled statementSpec,
EPServicesContext services,
StreamTypeService typeService,
ViewFactoryChain[] unmaterializedViewChain,
ResultSetProcessorFactoryDesc resultSetProcessorFactoryDesc,
StreamJoinAnalysisResult joinAnalysisResult,
boolean recoveringResilient,
JoinSetComposerPrototype joinSetComposerPrototype,
SubSelectStrategyCollection subSelectStrategyCollection,
ViewResourceDelegateVerified viewResourceDelegate,
OutputProcessViewFactory outputProcessViewFactory)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatementAgentInstanceFactorySelect
public StatementAgentInstanceFactorySelect(int numStreams,
ViewableActivator[] eventStreamParentViewableActivators,
StatementContext statementContext,
StatementSpecCompiled statementSpec,
EPServicesContext services,
StreamTypeService typeService,
ViewFactoryChain[] unmaterializedViewChain,
ResultSetProcessorFactoryDesc resultSetProcessorFactoryDesc,
StreamJoinAnalysisResult joinAnalysisResult,
boolean recoveringResilient,
JoinSetComposerPrototype joinSetComposerPrototype,
SubSelectStrategyCollection subSelectStrategyCollection,
ViewResourceDelegateVerified viewResourceDelegate,
OutputProcessViewFactory outputProcessViewFactory)
getViewResourceDelegate
public ViewResourceDelegateVerified getViewResourceDelegate()
newContextInternal
public StatementAgentInstanceFactorySelectResult newContextInternal(AgentInstanceContext agentInstanceContext,
boolean isRecoveringResilient)
- Specified by:
newContextInternal
in class StatementAgentInstanceFactoryBase