Package | Description |
---|---|
com.espertech.esper.runtime.internal.filtersvcimpl |
Main switchboard filtering and routing of incoming events to interested statements is performed in this package.
|
Modifier and Type | Method and Description |
---|---|
FilterHandleSetNode |
EventTypeIndex.get(com.espertech.esper.common.client.EventType eventType)
Returns the root node for the given event type, or null if this event type has not been seen before.
|
Modifier and Type | Method and Description |
---|---|
void |
EventTypeIndex.add(com.espertech.esper.common.client.EventType eventType,
FilterHandleSetNode rootNode)
Add a new event type to the index and use the specified node for the root node of its subtree.
|
static void |
IndexTreeBuilderAdd.add(com.espertech.esper.common.internal.filterspec.FilterValueSetParam[][] valueSet,
com.espertech.esper.common.internal.filtersvc.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.
|
static void |
IndexTreeBuilderRemove.remove(com.espertech.esper.common.client.EventType eventType,
com.espertech.esper.common.internal.filtersvc.FilterHandle filterCallback,
com.espertech.esper.common.internal.filterspec.FilterValueSetParam[] params,
FilterHandleSetNode topNode)
Remove an filterCallback from the given top node.
|
Copyright © 2005–2018. All rights reserved.