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

Packages that use InternalEventRouter
com.espertech.esper.core Implementation of client package interfaces, glue code 
com.espertech.esper.epl.named Named window classes are in this package 
com.espertech.esper.epl.view Internal processing views for output rate limiting, filtering and internal event routing 
 

Uses of InternalEventRouter in com.espertech.esper.core
 

Classes in com.espertech.esper.core that implement InternalEventRouter
 class EPRuntimeImpl
          Implements runtime interface.
 

Methods in com.espertech.esper.core that return InternalEventRouter
 InternalEventRouter EPServicesContext.getInternalEventRouter()
          Returns router for internal event processing.
 

Methods in com.espertech.esper.core with parameters of type InternalEventRouter
 void EPServicesContext.setInternalEventRouter(InternalEventRouter internalEventRouter)
          Set the router for internal event processing.
 

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

Methods in com.espertech.esper.epl.named with parameters of type InternalEventRouter
 NamedWindowOnExprBaseView NamedWindowRootView.addOnExpr(OnTriggerDesc onTriggerDesc, ExprNode joinExpr, EventType filterEventType, StatementStopService statementStopService, InternalEventRouter internalEventRouter, ResultSetProcessor resultSetProcessor, EPStatementHandle statementHandle, StatementResultService statementResultService)
          Add an on-trigger view that, using a lookup strategy, looks up from the named window and may select or delete rows.
 NamedWindowOnExprBaseView NamedWindowProcessor.addOnExpr(OnTriggerDesc onTriggerDesc, ExprNode joinExpr, EventType filterEventType, StatementStopService statementStopService, InternalEventRouter internalEventRouter, ResultSetProcessor resultSetProcessor, EPStatementHandle statementHandle, StatementResultService statementResultService)
          Returns a new view for a new on-delete or on-select statement.
 

Constructors in com.espertech.esper.epl.named with parameters of type InternalEventRouter
NamedWindowOnSelectView(StatementStopService statementStopService, LookupStrategy lookupStrategy, NamedWindowRootView rootView, InternalEventRouter internalEventRouter, ResultSetProcessor resultSetProcessor, EPStatementHandle statementHandle, StatementResultService statementResultService)
          Ctor.
 

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

Methods in com.espertech.esper.epl.view with parameters of type InternalEventRouter
static OutputProcessView OutputProcessViewFactory.makeView(ResultSetProcessor resultSetProcessor, StatementSpecCompiled statementSpec, StatementContext statementContext, InternalEventRouter internalEventRouter)
          Creates an output processor view depending on the presence of output limiting requirements.
 

Constructors in com.espertech.esper.epl.view with parameters of type InternalEventRouter
OutputStrategyPostProcess(boolean route, boolean routeRStream, SelectClauseStreamSelectorEnum selectStreamDirEnum, InternalEventRouter internalEventRouter, EPStatementHandle epStatementHandle)
          Ctor.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com