Package | Description |
---|---|
com.espertech.esper.filter |
Main switchboard filtering and routing of incoming events to interested statements is performed in this package.
|
Modifier and Type | Method and Description |
---|---|
EventTypeIndexBuilderIndexLookupablePair[] |
EventTypeIndexBuilderValueIndexesPair.getIndexPairs() |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayDeque<EventTypeIndexBuilderIndexLookupablePair> |
IndexTreeBuilder.add(FilterValueSet filterValueSet,
FilterHandle filterCallback,
FilterHandleSetNode topNode,
FilterServiceGranularLockFactory lockFactory)
Add a filter callback according to the filter specification to the top node returning
information to be used to remove the filter callback.
|
Modifier and Type | Method and Description |
---|---|
static void |
IndexTreeBuilder.remove(EventType eventType,
FilterHandle filterCallback,
EventTypeIndexBuilderIndexLookupablePair[] treePathInfo,
FilterHandleSetNode topNode)
Remove an filterCallback from the given top node.
|
Constructor and Description |
---|
EventTypeIndexBuilderValueIndexesPair(FilterValueSet filterValueSet,
EventTypeIndexBuilderIndexLookupablePair[] indexPairs) |