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

Packages that use InternalEventRouteDest
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.epl.named Named window classes are in this package 
 

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

Classes in com.espertech.esper.core.service that implement InternalEventRouteDest
 class EPRuntimeImpl
          Implements runtime interface.
 class EPRuntimeIsolatedImpl
          Implementation for isolated runtime.
 

Methods in com.espertech.esper.core.service that return InternalEventRouteDest
 InternalEventRouteDest StatementContext.getInternalEventEngineRouteDest()
          Returns the internal event router.
 InternalEventRouteDest EPServicesContext.getInternalEventEngineRouteDest()
          Returns the event routing destination.
 

Methods in com.espertech.esper.core.service with parameters of type InternalEventRouteDest
 void InternalEventRouterImpl.route(EventBean theEvent, EPStatementHandle statementHandle, InternalEventRouteDest routeDest, ExprEvaluatorContext exprEvaluatorContext, boolean addToFront)
           
 void InternalEventRouter.route(EventBean theEvent, EPStatementHandle statementHandle, InternalEventRouteDest routeDest, ExprEvaluatorContext exprEvaluatorContext, boolean addToFront)
          Route the event such that the event is processed as required.
 void StatementContext.setInternalEventEngineRouteDest(InternalEventRouteDest internalEventEngineRouteDest)
          Sets the internal event router.
 void EPServicesContext.setInternalEventEngineRouteDest(InternalEventRouteDest internalEventEngineRouteDest)
          Sets the event routing destination.
 

Constructors in com.espertech.esper.core.service with parameters of type InternalEventRouteDest
StatementContext(StatementContextEngineServices stmtEngineServices, byte[] statementIdBytes, SchedulingService schedulingService, ScheduleBucket scheduleBucket, EPStatementHandle epStatementHandle, ViewResolutionService viewResultionService, PatternObjectResolutionService patternResolutionService, StatementExtensionSvcContext statementExtensionSvcContext, StatementStopService statementStopService, MethodResolutionService methodResolutionService, PatternContextFactory patternContextFactory, FilterService filterService, StatementResultService statementResultService, InternalEventRouteDest internalEventEngineRouteDest, java.lang.annotation.Annotation[] annotations, StatementAIResourceRegistry statementAgentInstanceRegistry, StatementAgentInstanceLock defaultAgentInstanceLock, ContextDescriptor contextDescriptor, PatternSubexpressionPoolStmtSvc patternSubexpressionPoolSvc, boolean statelessSelect, ContextControllerFactoryService contextControllerFactoryService, AgentInstanceScriptContext defaultAgentInstanceScriptContext, AggregationServiceFactoryService aggregationServiceFactoryService)
          Constructor.
 

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

Methods in com.espertech.esper.epl.named that return InternalEventRouteDest
 InternalEventRouteDest NamedWindowOnSelectViewFactory.getInternalEventRouteDest()
           
 

Constructors in com.espertech.esper.epl.named with parameters of type InternalEventRouteDest
NamedWindowOnMergeActionIns(ExprEvaluator optionalFilter, SelectExprProcessor insertHelper, InternalEventRouter internalEventRouter, EPStatementHandle statementHandle, InternalEventRouteDest internalEventRouteDest, boolean audit)
           
NamedWindowOnSelectViewFactory(EventType namedWindowEventType, InternalEventRouter internalEventRouter, boolean addToFront, EPStatementHandle statementHandle, EventBeanReader eventBeanReader, boolean distinct, EventType outputEventType, StatementResultService statementResultService, InternalEventRouteDest internalEventRouteDest, boolean deleteAndSelect)
           
 


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