Package | Description |
---|---|
com.espertech.esper.core.context.mgr |
Context management.
|
com.espertech.esper.core.context.util |
Context partition utility or reference classes.
|
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.metrics.instrumentation |
EPL instrumentation helpers.
|
com.espertech.esper.pattern |
Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active
pattern instance
|
com.espertech.esper.view |
View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering.
|
com.espertech.esper.view.internal |
Internal management views for buffering view results and providing these to joins.
|
Modifier and Type | Method and Description |
---|---|
EPStatementHandle |
ContextControllerInitTermFactoryBase.getEpStatementHandle() |
Modifier and Type | Method and Description |
---|---|
EPStatementHandle |
EPStatementAgentInstanceHandle.getStatementHandle() |
Constructor and Description |
---|
EPStatementAgentInstanceHandle(EPStatementHandle statementHandle,
StatementAgentInstanceLock statementAgentInstanceLock,
int agentInstanceId,
StatementAgentInstanceFilterVersion statementFilterVersion,
FilterFaultHandlerFactory filterFaultHandlerFactory) |
Modifier and Type | Method and Description |
---|---|
EPStatementHandle |
StatementContext.getEpStatementHandle()
Returns the statement's resource locks.
|
Modifier and Type | Method and Description |
---|---|
void |
ExceptionHandlingService.handleCondition(BaseCondition condition,
EPStatementHandle handle) |
boolean |
InsertIntoListener.inserted(EventBean theEvent,
EPStatementHandle statementHandle) |
void |
InternalEventRouteDest.route(EventBean theEvent,
EPStatementHandle statementHandle,
boolean addToFront)
Route the event such that the event is processed as required.
|
void |
EPRuntimeIsolatedImpl.route(EventBean theEvent,
EPStatementHandle epStatementHandle,
boolean addToFront) |
void |
EPRuntimeImpl.route(EventBean theEvent,
EPStatementHandle epStatementHandle,
boolean addToFront) |
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.
|
Constructor and Description |
---|
StatementContext(StatementContextEngineServices stmtEngineServices,
SchedulingService schedulingService,
ScheduleBucket scheduleBucket,
EPStatementHandle epStatementHandle,
ViewResolutionService viewResultionService,
PatternObjectResolutionService patternResolutionService,
StatementExtensionSvcContext statementExtensionSvcContext,
StatementStopService statementStopService,
PatternContextFactory patternContextFactory,
FilterService filterService,
StatementResultService statementResultService,
InternalEventRouteDest internalEventEngineRouteDest,
Annotation[] annotations,
StatementAIResourceRegistry statementAgentInstanceRegistry,
StatementAgentInstanceLock defaultAgentInstanceLock,
ContextDescriptor contextDescriptor,
PatternSubexpressionPoolStmtSvc patternSubexpressionPoolSvc,
MatchRecognizeStatePoolStmtSvc matchRecognizeStatePoolStmtSvc,
boolean statelessSelect,
ContextControllerFactoryService contextControllerFactoryService,
AgentInstanceScriptContext defaultAgentInstanceScriptContext,
AggregationServiceFactoryService aggregationServiceFactoryService,
boolean writesToTables,
Object statementUserObject,
StatementSemiAnonymousTypeRegistry statementSemiAnonymousTypeRegistry,
int priority) |
Modifier and Type | Method and Description |
---|---|
EPStatementHandle |
NamedWindowOnSelectViewFactory.getStatementHandle() |
Constructor and Description |
---|
NamedWindowOnMergeActionIns(ExprEvaluator optionalFilter,
SelectExprProcessor insertHelper,
InternalEventRouter internalEventRouter,
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,
String optionalInsertIntoTableName) |
Constructor and Description |
---|
TableOnMergeActionIns(ExprEvaluator optionalFilter,
SelectExprProcessor insertHelper,
InternalEventRouter internalEventRouter,
EPStatementHandle statementHandle,
InternalEventRouteDest internalEventRouteDest,
boolean audit,
TableStateRowFactory tableStateRowFactory) |
Modifier and Type | Method and Description |
---|---|
EPStatementHandle |
TableOnSelectViewFactory.getStatementHandle() |
Constructor and Description |
---|
TableOnSelectViewFactory(TableMetadata tableMetadata,
InternalEventRouter internalEventRouter,
EPStatementHandle statementHandle,
EventBeanReader eventBeanReader,
boolean distinct,
StatementResultService statementResultService,
InternalEventRouteDest internalEventRouteDest,
boolean deleteAndSelect) |
Modifier and Type | Method and Description |
---|---|
EPStatementHandle |
OutputStrategyPostProcessFactory.getEpStatementHandle() |
Constructor and Description |
---|
OutputStrategyPostProcessFactory(boolean route,
SelectClauseStreamSelectorEnum insertIntoStreamSelector,
SelectClauseStreamSelectorEnum selectStreamDirEnum,
InternalEventRouter internalEventRouter,
EPStatementHandle epStatementHandle,
boolean addToFront,
TableService tableService,
String tableName) |
Modifier and Type | Method and Description |
---|---|
void |
InstrumentationDefault.qRouteBetweenStmt(EventBean theEvent,
EPStatementHandle epStatementHandle,
boolean addToFront) |
void |
Instrumentation.qRouteBetweenStmt(EventBean theEvent,
EPStatementHandle epStatementHandle,
boolean addToFront) |
Modifier and Type | Method and Description |
---|---|
EPStatementHandle |
PatternContext.getEpStatementHandle()
Returns the statement's resource handle for locking.
|
Modifier and Type | Method and Description |
---|---|
EPStatementHandle |
ViewFactoryContext.getEpStatementHandle()
Returns the statement's resource locks.
|
Modifier and Type | Field and Description |
---|---|
protected EPStatementHandle |
RouteResultViewHandlerBase.epStatementHandle |