Uses of Class
com.espertech.esper.core.context.subselect.SubSelectStrategyCollection

Packages that use SubSelectStrategyCollection
com.espertech.esper.core.context.factory Statement agent instance factories. 
com.espertech.esper.core.context.mgr Context management. 
com.espertech.esper.core.start Classes related to start and stop of statements 
 

Uses of SubSelectStrategyCollection in com.espertech.esper.core.context.factory
 

Fields in com.espertech.esper.core.context.factory declared as SubSelectStrategyCollection
protected  SubSelectStrategyCollection StatementAgentInstanceFactorySelect.subSelectStrategyCollection
           
 

Methods in com.espertech.esper.core.context.factory that return SubSelectStrategyCollection
 SubSelectStrategyCollection StatementAgentInstanceFactorySelect.getSubSelectStrategyCollection()
           
 

Constructors in com.espertech.esper.core.context.factory with parameters of type SubSelectStrategyCollection
StatementAgentInstanceFactoryOnTriggerBase(StatementContext statementContext, StatementSpecCompiled statementSpec, EPServicesContext services, ViewableActivator activator, SubSelectStrategyCollection subSelectStrategyCollection)
           
StatementAgentInstanceFactoryOnTriggerNamedWindow(StatementContext statementContext, StatementSpecCompiled statementSpec, EPServicesContext services, ViewableActivator activator, SubSelectStrategyCollection subSelectStrategyCollection, ResultSetProcessorFactoryDesc resultSetProcessorPrototype, ExprNode validatedJoin, ResultSetProcessorFactoryDesc outputResultSetProcessorPrototype, NamedWindowOnExprFactory onExprFactory, OutputProcessViewFactory outputProcessViewFactory, EventType activatorResultEventType, NamedWindowProcessor processor, java.util.List<StopCallback> stopCallbacks)
           
StatementAgentInstanceFactoryOnTriggerSetVariable(StatementContext statementContext, StatementSpecCompiled statementSpec, EPServicesContext services, ViewableActivator activator, SubSelectStrategyCollection subSelectStrategyCollection, OnSetVariableViewFactory onSetVariableViewFactory, ResultSetProcessorFactoryDesc outputResultSetProcessorPrototype, OutputProcessViewFactory outputProcessViewFactory)
           
StatementAgentInstanceFactoryOnTriggerSplit(StatementContext statementContext, StatementSpecCompiled statementSpec, EPServicesContext services, ViewableActivator activator, SubSelectStrategyCollection subSelectStrategyCollection, StatementAgentInstanceFactoryOnTriggerSplitDesc splitDesc, EventType activatorResultEventType, java.lang.String[] insertIntoTableNames)
           
StatementAgentInstanceFactoryOnTriggerTable(StatementContext statementContext, StatementSpecCompiled statementSpec, EPServicesContext services, ViewableActivator activator, SubSelectStrategyCollection subSelectStrategyCollection, ResultSetProcessorFactoryDesc resultSetProcessorPrototype, ExprNode validatedJoin, TableOnViewFactory onExprFactory, EventType activatorResultEventType, TableMetadata tableMetadata, ResultSetProcessorFactoryDesc outputResultSetProcessorPrototype, OutputProcessViewFactory outputProcessViewFactory)
           
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)
           
StatementAgentInstanceFactoryUpdate(StatementContext statementContext, EPServicesContext services, EventType streamEventType, UpdateDesc desc, InternalRoutePreprocessView onExprView, InternalEventRouterDesc routerDesc, SubSelectStrategyCollection subSelectStrategyCollection)
           
 

Uses of SubSelectStrategyCollection in com.espertech.esper.core.context.mgr
 

Methods in com.espertech.esper.core.context.mgr that return SubSelectStrategyCollection
 SubSelectStrategyCollection ContextManagedStatementSelectDesc.getSubSelectPrototypeCollection()
           
 

Constructors in com.espertech.esper.core.context.mgr with parameters of type SubSelectStrategyCollection
ContextManagedStatementSelectDesc(StatementSpecCompiled statementSpec, StatementContext statementContext, ContextMergeView mergeView, StatementAgentInstanceFactory factory, java.util.List<AggregationServiceAggExpressionDesc> aggregationExpressions, SubSelectStrategyCollection subSelectPrototypeCollection)
           
 

Uses of SubSelectStrategyCollection in com.espertech.esper.core.start
 

Methods in com.espertech.esper.core.start that return SubSelectStrategyCollection
 SubSelectStrategyCollection EPStatementStartMethodSelectDesc.getSubSelectStrategyCollection()
           
protected static SubSelectStrategyCollection EPStatementStartMethodHelperSubselect.planSubSelect(EPServicesContext services, StatementContext statementContext, boolean queryPlanLogging, SubSelectActivationCollection subSelectStreamDesc, java.lang.String[] outerStreamNames, EventType[] outerEventTypesSelect, java.lang.String[] outerEventTypeNamees, ExprDeclaredNode[] declaredExpressions, ContextPropertyRegistry contextPropertyRegistry)
           
 

Methods in com.espertech.esper.core.start with parameters of type SubSelectStrategyCollection
static void EPStatementStartMethodHelperAssignExpr.assignSubqueryStrategies(SubSelectStrategyCollection subSelectStrategyCollection, java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategyInstances)
           
static java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> EPStatementStartMethodHelperSubselect.startSubselects(EPServicesContext services, SubSelectStrategyCollection subSelectStrategyCollection, AgentInstanceContext agentInstanceContext, java.util.List<StopCallback> stopCallbackList, boolean isRecoveringResilient)
           
 

Constructors in com.espertech.esper.core.start with parameters of type SubSelectStrategyCollection
EPStatementStartMethodSelectDesc(StatementAgentInstanceFactorySelect statementAgentInstanceFactorySelect, SubSelectStrategyCollection subSelectStrategyCollection, ViewResourceDelegateUnverified viewResourceDelegateUnverified, ResultSetProcessorFactoryDesc resultSetProcessorPrototypeDesc, EPStatementStopMethod stopMethod, EPStatementDestroyCallbackList destroyCallbacks)
           
 


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