Uses of Class
com.espertech.esper.view.ViewFactoryChain

Packages that use ViewFactoryChain
com.espertech.esper.core.context.factory Statement agent instance factories. 
com.espertech.esper.core.context.subselect Subselect implementation. 
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.core.start Classes related to start and stop of statements 
com.espertech.esper.rowregex Match-recognize expression tree and state objects. 
com.espertech.esper.view View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. 
 

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

Constructors in com.espertech.esper.core.context.factory with parameters of type ViewFactoryChain
StatementAgentInstanceFactoryCreateWindow(StatementContext statementContext, StatementSpecCompiled statementSpec, EPServicesContext services, ViewableActivatorFilterProxy activator, ViewFactoryChain unmaterializedViewChain, ResultSetProcessorFactoryDesc resultSetProcessorPrototype, OutputProcessViewFactory outputProcessViewFactory, boolean recoveringStatement)
           
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)
           
 

Uses of ViewFactoryChain in com.espertech.esper.core.context.subselect
 

Methods in com.espertech.esper.core.context.subselect that return ViewFactoryChain
 ViewFactoryChain SubSelectActivationHolder.getViewFactoryChain()
          Returns the lookup view factory chain
 ViewFactoryChain SubSelectActivationCollection.getViewFactoryChain(ExprSubselectNode subqueryNode)
          Returns the lookup's view factory chain.
 

Constructors in com.espertech.esper.core.context.subselect with parameters of type ViewFactoryChain
SubSelectActivationHolder(int streamNumber, EventType viewableType, ViewFactoryChain viewFactoryChain, ViewableActivator activator, StreamSpecCompiled streamSpecCompiled)
           
 

Uses of ViewFactoryChain in com.espertech.esper.core.service
 

Methods in com.espertech.esper.core.service with parameters of type ViewFactoryChain
 void StreamJoinAnalysisResult.addUniquenessInfo(ViewFactoryChain[] unmaterializedViewChain, java.lang.annotation.Annotation[] annotations)
           
 

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

Methods in com.espertech.esper.core.start with parameters of type ViewFactoryChain
protected static boolean[] EPStatementStartMethodHelperUtil.getHasIStreamOnly(boolean[] isNamedWindow, ViewFactoryChain[] unmaterializedViewChain)
           
static ViewResourceDelegateVerified EPStatementStartMethodHelperViewResources.verifyPreviousAndPriorRequirements(ViewFactoryChain[] unmaterializedViewChain, ViewResourceDelegateUnverified delegate)
           
 

Uses of ViewFactoryChain in com.espertech.esper.rowregex
 

Constructors in com.espertech.esper.rowregex with parameters of type ViewFactoryChain
EventRowRegexNFAViewFactory(ViewFactoryChain viewChain, MatchRecognizeSpec matchRecognizeSpec, AgentInstanceContext agentInstanceContext, boolean isUnbound, java.lang.annotation.Annotation[] annotations)
          Ctor.
 

Uses of ViewFactoryChain in com.espertech.esper.view
 

Methods in com.espertech.esper.view that return ViewFactoryChain
 ViewFactoryChain ViewServiceImpl.createFactories(int streamNum, EventType parentEventType, ViewSpec[] viewSpecDefinitions, StreamSpecOptions options, StatementContext context)
           
 ViewFactoryChain ViewService.createFactories(int streamNum, EventType parentEventType, ViewSpec[] viewSpecList, StreamSpecOptions options, StatementContext context)
          Returns a chain of view factories that can be used to obtain the final event type, and that can later be used to actually create the chain of views or reuse existing views.
static ViewFactoryChain ViewFactoryChain.fromTypeNoViews(EventType eventType)
           
 


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