|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
com.espertech.esper.epl.table.merge | Table on-merge handlers. |
com.espertech.esper.epl.table.onaction | Table on-action handlers. |
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,
boolean writesToTables,
java.lang.Object statementUserObject)
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,
java.lang.String insertIntoTableName,
TableService tableService,
EPStatementHandle statementHandle,
InternalEventRouteDest internalEventRouteDest,
boolean audit)
|
|
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 InternalEventRouteDest in com.espertech.esper.epl.table.merge |
---|
Constructors in com.espertech.esper.epl.table.merge with parameters of type InternalEventRouteDest | |
---|---|
TableOnMergeActionIns(ExprEvaluator optionalFilter,
SelectExprProcessor insertHelper,
InternalEventRouter internalEventRouter,
EPStatementHandle statementHandle,
InternalEventRouteDest internalEventRouteDest,
boolean audit,
TableStateRowFactory tableStateRowFactory)
|
Uses of InternalEventRouteDest in com.espertech.esper.epl.table.onaction |
---|
Methods in com.espertech.esper.epl.table.onaction that return InternalEventRouteDest | |
---|---|
InternalEventRouteDest |
TableOnSelectViewFactory.getInternalEventRouteDest()
|
Constructors in com.espertech.esper.epl.table.onaction with parameters of type InternalEventRouteDest | |
---|---|
TableOnSelectViewFactory(TableMetadata tableMetadata,
InternalEventRouter internalEventRouter,
EPStatementHandle statementHandle,
EventBeanReader eventBeanReader,
boolean distinct,
StatementResultService statementResultService,
InternalEventRouteDest internalEventRouteDest,
boolean deleteAndSelect)
|
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |