Uses of Class
net.esper.filter.FilterCallbackSetNode

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

Uses of FilterCallbackSetNode in net.esper.filter
 

Methods in net.esper.filter that return FilterCallbackSetNode
 FilterCallbackSetNode 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 net.esper.filter with parameters of type FilterCallbackSetNode
 void EventTypeIndex.add(EventType eventType, FilterCallbackSetNode rootNode)
          Add a new event type to the index and use the specified node for the root node of its subtree.
 IndexTreePath IndexTreeBuilder.add(FilterValueSet filterValueSet, FilterCallback filterCallback, FilterCallbackSetNode topNode)
          Add a filter callback according to the filter specification to the top node returning information to be used to remove the filter callback.
 void IndexTreeBuilder.remove(FilterCallback filterCallback, IndexTreePath treePathInfo, FilterCallbackSetNode topNode)
          Remove an filterCallback from the given top node.