Uses of Interface
com.espertech.esper.core.context.activator.ViewableActivator

Packages that use ViewableActivator
com.espertech.esper.core.context.activator Activation of streams for statement start. 
com.espertech.esper.core.context.factory Statement agent instance factories. 
com.espertech.esper.core.context.subselect Subselect implementation. 
 

Uses of ViewableActivator in com.espertech.esper.core.context.activator
 

Classes in com.espertech.esper.core.context.activator that implement ViewableActivator
 class ViewableActivatorFilterProxy
           
 class ViewableActivatorHistorical
           
 class ViewableActivatorNamedWindow
           
 class ViewableActivatorPattern
           
 class ViewableActivatorStreamReuseView
           
 class ViewableActivatorSubselectNone
           
 class ViewableActivatorTable
           
 

Methods in com.espertech.esper.core.context.activator that return ViewableActivator
 ViewableActivator ViewableActivatorFactoryDefault.createActivatorSimple(FilterStreamSpecCompiled filterStreamSpec)
           
 ViewableActivator ViewableActivatorFactory.createActivatorSimple(FilterStreamSpecCompiled filterStreamSpec)
           
 ViewableActivator ViewableActivatorFactoryDefault.createFilterProxy(EPServicesContext services, FilterSpecCompiled filterSpec, java.lang.annotation.Annotation[] annotations, boolean subselect, InstrumentationAgent instrumentationAgentSubquery, boolean isCanIterate, java.lang.Integer streamNumFromClause)
           
 ViewableActivator ViewableActivatorFactory.createFilterProxy(EPServicesContext services, FilterSpecCompiled filterSpec, java.lang.annotation.Annotation[] annotations, boolean subselect, InstrumentationAgent instrumentationAgentSubquery, boolean isCanIterate, java.lang.Integer streamNumFromClause)
           
 ViewableActivator ViewableActivatorFactoryDefault.createNamedWindow(NamedWindowProcessor processor, NamedWindowConsumerStreamSpec streamSpec, StatementContext statementContext)
           
 ViewableActivator ViewableActivatorFactory.createNamedWindow(NamedWindowProcessor processor, NamedWindowConsumerStreamSpec streamSpec, StatementContext statementContext)
           
 ViewableActivator ViewableActivatorFactoryDefault.createPattern(PatternContext patternContext, EvalRootFactoryNode rootFactoryNode, EventType eventType, boolean consumingFilters, boolean suppressSameEventMatches, boolean discardPartialsOnMatch, boolean isCanIterateUnbound)
           
 ViewableActivator ViewableActivatorFactory.createPattern(PatternContext patternContext, EvalRootFactoryNode rootFactoryNode, EventType eventType, boolean consumingFilters, boolean suppressSameEventMatches, boolean discardPartialsOnMatch, boolean isCanIterateUnbound)
           
 ViewableActivator ViewableActivatorFactoryDefault.createStreamReuseView(EPServicesContext services, StatementContext statementContext, StatementSpecCompiled statementSpec, FilterStreamSpecCompiled filterStreamSpec, boolean isJoin, ExprEvaluatorContextStatement evaluatorContextStmt, boolean filterSubselectSameStream, int streamNum, boolean isCanIterateUnbound)
           
 ViewableActivator ViewableActivatorFactory.createStreamReuseView(EPServicesContext services, StatementContext statementContext, StatementSpecCompiled statementSpec, FilterStreamSpecCompiled filterStreamSpec, boolean isJoin, ExprEvaluatorContextStatement evaluatorContextStmt, boolean filterSubselectSameStream, int streamNum, boolean isCanIterateUnbound)
           
 ViewableActivator ViewableActivatorFactoryDefault.createTable(TableMetadata metadata, ExprEvaluator[] optionalTableFilters)
           
 ViewableActivator ViewableActivatorFactory.createTable(TableMetadata metadata, ExprEvaluator[] optionalTableFilters)
           
 ViewableActivator ViewableActivatorFactoryDefault.makeHistorical(HistoricalEventViewable historicalEventViewable)
           
 ViewableActivator ViewableActivatorFactory.makeHistorical(HistoricalEventViewable historicalEventViewable)
           
 ViewableActivator ViewableActivatorFactoryDefault.makeSubqueryNWIndexShare()
           
 ViewableActivator ViewableActivatorFactory.makeSubqueryNWIndexShare()
           
 

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

Fields in com.espertech.esper.core.context.factory declared as ViewableActivator
protected  ViewableActivator StatementAgentInstanceFactoryCreateWindow.activator
           
protected  ViewableActivator[] StatementAgentInstanceFactorySelect.eventStreamParentViewableActivators
           
 

Methods in com.espertech.esper.core.context.factory that return ViewableActivator
 ViewableActivator[] StatementAgentInstanceFactorySelect.getEventStreamParentViewableActivators()
           
 

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

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

Methods in com.espertech.esper.core.context.subselect that return ViewableActivator
 ViewableActivator SubSelectActivationHolder.getActivator()
           
 

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


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