Uses of Interface
net.esper.filter.FilterService

Packages that use FilterService
net.esper.core   
net.esper.filter   
net.esper.pattern   
net.esper.view.stream   
 

Uses of FilterService in net.esper.core
 

Methods in net.esper.core that return FilterService
 FilterService EPServicesContext.getFilterService()
          Returns filter evaluation service implementation.
 

Uses of FilterService in net.esper.filter
 

Classes in net.esper.filter that implement FilterService
 class FilterServiceImpl
          Implementation of the filter service interface.
 

Methods in net.esper.filter that return FilterService
static FilterService FilterServiceProvider.newService()
          Creates an implementation of the FilterEvaluationService interface.
 

Uses of FilterService in net.esper.pattern
 

Methods in net.esper.pattern that return FilterService
 FilterService PatternContext.getFilterService()
          Returns service to use for filter evaluation.
 

Constructors in net.esper.pattern with parameters of type FilterService
PatternContext(FilterService filterService, SchedulingService schedulingService)
          Constructor.
 

Uses of FilterService in net.esper.view.stream
 

Methods in net.esper.view.stream with parameters of type FilterService
 EventStream StreamReuseServiceImpl.createStream(FilterSpec filterSpec, FilterService filterService)
           
 EventStream StreamReuseService.createStream(FilterSpec filterSpec, FilterService filterService)
          Create or reuse existing EventStream instance representing that event filter.
 void StreamReuseServiceImpl.dropStream(FilterSpec filterSpec, FilterService filterService)
           
 void StreamReuseService.dropStream(FilterSpec filterSpec, FilterService filterService)
          Drop the event stream associated with the filter passed in.