Package | Description |
---|---|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
com.espertech.esper.epl.named |
Named window classes are in this package
|
Modifier and Type | Class and Description |
---|---|
class |
EPRuntimeImpl
Implements runtime interface.
|
class |
EPRuntimeIsolatedImpl
Implementation for isolated runtime.
|
Modifier and Type | Method and Description |
---|---|
InternalEventRouteDest |
StatementContext.getInternalEventEngineRouteDest()
Returns the internal event router.
|
InternalEventRouteDest |
EPServicesContext.getInternalEventEngineRouteDest()
Returns the event routing destination.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
InternalEventRouteDest |
NamedWindowOnSelectViewFactory.getInternalEventRouteDest() |
Constructor and Description |
---|
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) |