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 | Class and Description |
---|---|
class |
FilterServiceGranularLockFactoryNone |
class |
FilterServiceGranularLockFactoryReentrant |
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.
|
FilterServiceEntry |
EventTypeIndexBuilder.add(FilterValueSet filterValueSet,
FilterHandle filterCallback,
FilterServiceGranularLockFactory lockFactory)
Add a filter to the event type index structure, and to the filter subtree.
|
void |
EventTypeIndexBuilder.apply(FilterSet filterSet,
FilterServiceGranularLockFactory lockFactory)
Add the filters, from previously-taken filters.
|
static FilterParamIndexBase |
IndexFactory.createIndex(ExprFilterSpecLookupable lookupable,
FilterServiceGranularLockFactory lockFactory,
FilterOperator filterOperator)
Factory for indexes that store filter parameter constants for a given event property and filter
operator.
|
Constructor and Description |
---|
EventTypeIndex(FilterServiceGranularLockFactory lockFactory) |
FilterServiceBase(FilterServiceGranularLockFactory lockFactory,
boolean allowIsolation) |