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.dataflow.ops |
Data flow built-in operators.
|
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.pattern.observer |
Pattern observer classes the observe timer events
|
com.espertech.esper.view.ext |
Extension views that providing services such as sorting, which don't fit much into other categories.
|
com.espertech.esper.view.window |
Window views are in this package
|
Constructor and Description |
---|
ViewableActivatorFilterProxyStopCallback(ViewableActivatorFilterProxy parent,
EPStatementHandleCallback filterHandle,
FilterServiceEntry filterServiceEntry) |
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)
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)
Ctor.
|
Modifier and Type | Field and Description |
---|---|
protected EPStatementHandleCallback |
EventBusSource.callbackHandle |
Modifier and Type | Field and Description |
---|---|
protected EPStatementHandleCallback |
EvalFilterStateNode.handle |
Modifier and Type | Method and Description |
---|---|
void |
EvalStateNodeVisitor.visitFilter(EvalFilterFactoryNode factoryNode,
EvalStateNode stateNode,
EPStatementHandleCallback handle,
MatchedEventMap beginState) |
Modifier and Type | Field and Description |
---|---|
protected EPStatementHandleCallback |
TimerScheduleObserver.scheduleHandle |
Modifier and Type | Field and Description |
---|---|
protected EPStatementHandleCallback |
TimeOrderView.handle |
Modifier and Type | Field and Description |
---|---|
protected EPStatementHandleCallback |
TimeLengthBatchView.handle |
protected EPStatementHandleCallback |
TimeBatchViewRStream.handle |
protected EPStatementHandleCallback |
TimeBatchView.handle |
protected EPStatementHandleCallback |
TimeAccumViewRStream.handle |
protected EPStatementHandleCallback |
TimeAccumView.handle |
protected EPStatementHandleCallback |
FirstTimeView.handle |
protected EPStatementHandleCallback |
ExpressionViewBase.scheduleHandle |