Uses of Interface
com.espertech.esper.core.service.InternalEventRouter

Packages that use InternalEventRouter
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.epl.named Named window classes are in this package 
com.espertech.esper.epl.table.merge Table on-merge handlers. 
com.espertech.esper.epl.table.onaction Table on-action handlers. 
com.espertech.esper.epl.view Internal processing views for output rate limiting, filtering and internal event routing 
com.espertech.esper.view.internal Internal management views for buffering view results and providing these to joins. 
 

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

Classes in com.espertech.esper.core.service that implement InternalEventRouter
 class InternalEventRouterImpl
          Routing implementation that allows to pre-process events.
 

Methods in com.espertech.esper.core.service with parameters of type InternalEventRouter
 void InternalEventRouteDest.setInternalEventRouter(InternalEventRouter internalEventRouter)
           
 void EPRuntimeIsolatedImpl.setInternalEventRouter(InternalEventRouter internalEventRouter)
           
 void EPRuntimeImpl.setInternalEventRouter(InternalEventRouter internalEventRouter)
          Sets the route for events to use
 

Uses of InternalEventRouter in com.espertech.esper.epl.named
 

Methods in com.espertech.esper.epl.named that return InternalEventRouter
 InternalEventRouter NamedWindowOnSelectViewFactory.getInternalEventRouter()
           
 

Methods in com.espertech.esper.epl.named with parameters of type InternalEventRouter
static NamedWindowOnExprFactory NamedWindowOnExprFactoryFactory.make(EventType namedWindowEventType, java.lang.String namedWindowName, java.lang.String namedWindowAlias, OnTriggerDesc onTriggerDesc, EventType filterEventType, java.lang.String filterStreamName, boolean addToFront, InternalEventRouter internalEventRouter, EventType outputEventType, StatementContext statementContext, StatementMetricHandle createNamedWindowMetricsHandle, boolean isDistinct, StreamSelector optionalStreamSelector, java.lang.String optionalInsertIntoTableName)
           
 

Constructors in com.espertech.esper.epl.named with parameters of type InternalEventRouter
NamedWindowOnMergeActionIns(ExprEvaluator optionalFilter, SelectExprProcessor insertHelper, InternalEventRouter internalEventRouter, java.lang.String insertIntoTableName, TableService tableService, EPStatementHandle statementHandle, InternalEventRouteDest internalEventRouteDest, boolean audit)
           
NamedWindowOnMergeHelper(StatementContext statementContext, OnTriggerMergeDesc onTriggerDesc, EventType triggeringEventType, java.lang.String triggeringStreamName, InternalEventRouter internalEventRouter, java.lang.String namedWindowName, EventTypeSPI namedWindowType)
           
NamedWindowOnSelectViewFactory(EventType namedWindowEventType, InternalEventRouter internalEventRouter, boolean addToFront, EPStatementHandle statementHandle, EventBeanReader eventBeanReader, boolean distinct, StatementResultService statementResultService, InternalEventRouteDest internalEventRouteDest, boolean deleteAndSelect, StreamSelector optionalStreamSelector, java.lang.String optionalInsertIntoTableName)
           
 

Uses of InternalEventRouter in com.espertech.esper.epl.table.merge
 

Constructors in com.espertech.esper.epl.table.merge with parameters of type InternalEventRouter
TableOnMergeActionIns(ExprEvaluator optionalFilter, SelectExprProcessor insertHelper, InternalEventRouter internalEventRouter, EPStatementHandle statementHandle, InternalEventRouteDest internalEventRouteDest, boolean audit, TableStateRowFactory tableStateRowFactory)
           
TableOnMergeHelper(StatementContext statementContext, OnTriggerMergeDesc onTriggerDesc, EventType triggeringEventType, java.lang.String triggeringStreamName, InternalEventRouter internalEventRouter, TableMetadata tableMetadata)
           
 

Uses of InternalEventRouter in com.espertech.esper.epl.table.onaction
 

Methods in com.espertech.esper.epl.table.onaction that return InternalEventRouter
 InternalEventRouter TableOnSelectViewFactory.getInternalEventRouter()
           
 

Methods in com.espertech.esper.epl.table.onaction with parameters of type InternalEventRouter
static TableOnViewFactory TableOnViewFactoryFactory.make(TableMetadata tableMetadata, OnTriggerDesc onTriggerDesc, EventType filterEventType, java.lang.String filterStreamName, StatementContext statementContext, StatementMetricHandle metricsHandle, boolean isDistinct, InternalEventRouter internalEventRouter)
           
 

Constructors in com.espertech.esper.epl.table.onaction with parameters of type InternalEventRouter
TableOnSelectViewFactory(TableMetadata tableMetadata, InternalEventRouter internalEventRouter, EPStatementHandle statementHandle, EventBeanReader eventBeanReader, boolean distinct, StatementResultService statementResultService, InternalEventRouteDest internalEventRouteDest, boolean deleteAndSelect)
           
 

Uses of InternalEventRouter in com.espertech.esper.epl.view
 

Methods in com.espertech.esper.epl.view that return InternalEventRouter
 InternalEventRouter OutputStrategyPostProcessFactory.getInternalEventRouter()
           
 

Methods in com.espertech.esper.epl.view with parameters of type InternalEventRouter
static OutputProcessViewFactory OutputProcessViewFactoryFactory.make(StatementSpecCompiled statementSpec, InternalEventRouter internalEventRouter, StatementContext statementContext, EventType resultEventType, OutputProcessViewCallback optionalOutputProcessViewCallback, TableService tableService)
           
 

Constructors in com.espertech.esper.epl.view with parameters of type InternalEventRouter
OutputStrategyPostProcessFactory(boolean route, SelectClauseStreamSelectorEnum insertIntoStreamSelector, SelectClauseStreamSelectorEnum selectStreamDirEnum, InternalEventRouter internalEventRouter, EPStatementHandle epStatementHandle, boolean addToFront, TableService tableService, java.lang.String tableName)
           
 

Uses of InternalEventRouter in com.espertech.esper.view.internal
 

Constructors in com.espertech.esper.view.internal with parameters of type InternalEventRouter
RouteResultView(boolean isFirst, EventType eventType, EPStatementHandle epStatementHandle, InternalEventRouter internalEventRouter, TableStateInstance[] tableStateInstances, boolean[] isNamedWindowInsert, ResultSetProcessor[] processors, ExprNode[] whereClauses, AgentInstanceContext agentInstanceContext)
          Ctor.
RouteResultViewHandlerAll(EPStatementHandle epStatementHandle, InternalEventRouter internalEventRouter, TableStateInstance[] tableStateInstances, boolean[] isNamedWindowInsert, ResultSetProcessor[] processors, ExprEvaluator[] whereClauses, AgentInstanceContext agentInstanceContext)
          Ctor.
RouteResultViewHandlerFirst(EPStatementHandle epStatementHandle, InternalEventRouter internalEventRouter, TableStateInstance[] tableStateInstances, boolean[] isNamedWindowInsert, ResultSetProcessor[] processors, ExprEvaluator[] whereClauses, AgentInstanceContext agentInstanceContext)
          Ctor.
 


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