Uses of Class
com.espertech.esper.filter.FilterHandleSetNode

Packages that use FilterHandleSetNode
com.espertech.esper.filter Main switchboard filtering and routing of incoming events to interested statements is performed in this package. 
 

Uses of FilterHandleSetNode in com.espertech.esper.filter
 

Methods in com.espertech.esper.filter that return FilterHandleSetNode
 FilterHandleSetNode EventTypeIndex.get(EventType eventType)
          Returns the root node for the given event type, or null if this event type has not been seen before.
 

Methods in com.espertech.esper.filter with parameters of type FilterHandleSetNode
 void EventTypeIndex.add(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 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.
static void IndexTreeBuilder.remove(EventType eventType, FilterHandle filterCallback, EventTypeIndexBuilderIndexLookupablePair[] treePathInfo, FilterHandleSetNode topNode)
          Remove an filterCallback from the given top node.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com