Uses of Interface
net.esper.filter.FilterValueSet

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

Uses of FilterValueSet in net.esper.filter
 

Classes in net.esper.filter that implement FilterValueSet
 class FilterValueSetImpl
          Container for filter values for use by the FilterService to filter and distribute incoming events.
 

Methods in net.esper.filter that return FilterValueSet
 FilterValueSet FilterSpec.getValueSet(MatchedEventMap matchedEvents)
          Returns the values for the filter, using the supplied result events to ask filter parameters for the value to filter for.
 

Methods in net.esper.filter with parameters of type FilterValueSet
 void FilterServiceImpl.add(FilterValueSet filterValueSet, FilterHandle filterCallback)
           
 void FilterService.add(FilterValueSet filterValueSet, FilterHandle callback)
          Add a filter for events as defined by the filter specification, and register a callback to be invoked upon evaluation of an event that matches the filter spec.
 void EventTypeIndexBuilder.add(FilterValueSet filterValueSet, FilterHandle filterCallback)
          Add a filter to the event type index structure, and to the filter subtree.
 IndexTreePath IndexTreeBuilder.add(FilterValueSet filterValueSet, FilterHandle filterCallback, FilterHandleSetNode topNode)
          Add a filter callback according to the filter specification to the top node returning information to be used to remove the filter callback.