|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterServiceEntry | |
---|---|
com.espertech.esper.core.context.activator | Activation of streams for statement start. |
com.espertech.esper.dataflow.ops | Data flow built-in operators. |
com.espertech.esper.filter | Main switchboard filtering and routing of incoming events to interested statements is performed in this package. |
com.espertech.esper.pattern | Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance |
Uses of FilterServiceEntry in com.espertech.esper.core.context.activator |
---|
Constructors in com.espertech.esper.core.context.activator with parameters of type FilterServiceEntry | |
---|---|
ViewableActivatorFilterProxyStopCallback(ViewableActivatorFilterProxy parent,
EPStatementHandleCallback filterHandle,
FilterServiceEntry filterServiceEntry)
|
Uses of FilterServiceEntry in com.espertech.esper.dataflow.ops |
---|
Fields in com.espertech.esper.dataflow.ops declared as FilterServiceEntry | |
---|---|
protected FilterServiceEntry |
EventBusSource.filterServiceEntry
|
Uses of FilterServiceEntry in com.espertech.esper.filter |
---|
Classes in com.espertech.esper.filter that implement FilterServiceEntry | |
---|---|
class |
EventTypeIndexBuilderValueIndexesPair
|
Methods in com.espertech.esper.filter that return FilterServiceEntry | |
---|---|
FilterServiceEntry |
FilterServiceLockFine.add(FilterValueSet filterValueSet,
FilterHandle callback)
|
FilterServiceEntry |
FilterServiceLockCoarse.add(FilterValueSet filterValueSet,
FilterHandle callback)
|
FilterServiceEntry |
FilterService.add(FilterValueSet filterValueSet,
FilterHandle callback)
Add a filter for events as defined by the filter specification, and register a callback to be invoked upon evaluation of an event that matches the filter spec. |
FilterServiceEntry |
EventTypeIndexBuilder.add(FilterValueSet filterValueSet,
FilterHandle filterCallback,
FilterServiceGranularLockFactory lockFactory)
Add a filter to the event type index structure, and to the filter subtree. |
protected FilterServiceEntry |
FilterServiceBase.addInternal(FilterValueSet filterValueSet,
FilterHandle filterCallback)
|
Methods in com.espertech.esper.filter with parameters of type FilterServiceEntry | |
---|---|
void |
FilterServiceLockFine.remove(FilterHandle callback,
FilterServiceEntry filterServiceEntry)
|
void |
FilterServiceLockCoarse.remove(FilterHandle callback,
FilterServiceEntry filterServiceEntry)
|
void |
FilterService.remove(FilterHandle callback,
FilterServiceEntry filterServiceEntry)
Remove a filter callback. |
void |
EventTypeIndexBuilder.remove(FilterHandle filterCallback,
FilterServiceEntry filterServiceEntry)
Remove a filter callback from the given index node. |
protected void |
FilterServiceBase.removeInternal(FilterHandle filterCallback,
FilterServiceEntry filterServiceEntry)
|
Uses of FilterServiceEntry in com.espertech.esper.pattern |
---|
Fields in com.espertech.esper.pattern declared as FilterServiceEntry | |
---|---|
protected FilterServiceEntry |
EvalFilterStateNode.filterServiceEntry
|
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |