Package | Description |
---|---|
com.espertech.esper.core.context.activator |
Activation of streams for statement start.
|
com.espertech.esper.core.context.mgr |
Context management.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
com.espertech.esper.core.thread |
This package contains classes to advanced threading options.
|
com.espertech.esper.pattern |
Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance
|
Constructor and Description |
---|
ViewableActivatorFilterProxyStopCallback(ViewableActivatorFilterProxy parent,
EPStatementHandleCallback filterHandle) |
Modifier and Type | Method and Description |
---|---|
EPStatementHandleCallback |
ContextControllerPartitionedFilterCallback.getFilterHandle() |
EPStatementHandleCallback |
ContextControllerHashedFilterCallback.getFilterHandle() |
Modifier and Type | Method and Description |
---|---|
void |
EPRuntimeIsolatedImpl.processStatementFilterSingle(EPStatementAgentInstanceHandle handle,
EPStatementHandleCallback handleCallback,
EventBean theEvent)
Process a single match.
|
void |
EPRuntimeImpl.processStatementFilterSingle(EPStatementAgentInstanceHandle handle,
EPStatementHandleCallback handleCallback,
EventBean theEvent,
long version)
Process a single match.
|
static void |
EPRuntimeImpl.processStatementScheduleSingle(EPStatementHandleCallback handle,
EPServicesContext services,
ExprEvaluatorContext exprEvaluatorContext)
Processing single schedule matche for a statement.
|
Constructor and Description |
---|
RouteUnitSingle(EPRuntimeImpl epRuntime,
EPStatementHandleCallback handleCallback,
EventBean theEvent,
long filterVersion)
Ctor.
|
TimerUnitSingle(EPServicesContext services,
EPRuntimeImpl runtime,
EPStatementHandleCallback handleCallback,
ExprEvaluatorContext exprEvaluatorContext)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
EvalStateNodeVisitor.visitFilter(EvalFilterFactoryNode factoryNode,
EvalStateNode stateNode,
EPStatementHandleCallback handle,
MatchedEventMap beginState) |