Uses of Interface
net.esper.filter.FilterService

Packages that use FilterService
net.esper.core Implementation of client package interfaces, glue code 
net.esper.filter Main switchboard filtering and routing of incoming events to interested statements is performed in this package. 
net.esper.pattern Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance 
net.esper.view.stream View to event stream relationship service 
 

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, ScheduleBucket scheduleBucket, EventAdapterService eventAdapterService, EPStatementHandle epStatementHandle)
          Constructor.
 

Uses of FilterService in net.esper.view.stream
 

Methods in net.esper.view.stream with parameters of type FilterService
 EventStream StreamFactorySvcReuse.createStream(FilterSpec filterSpec, FilterService filterService, EPStatementHandle epStatementHandle)
          See the method of the same name in StreamFactoryService.
 EventStream StreamFactorySvcCreate.createStream(FilterSpec filterSpec, FilterService filterService, EPStatementHandle epStatementHandle)
          See the method of the same name in StreamFactoryService.
 EventStream StreamFactorySvcImpl.createStream(FilterSpec filterSpec, FilterService filterService, EPStatementHandle epStatementHandle, boolean isJoin)
           
 EventStream StreamFactoryService.createStream(FilterSpec filterSpec, FilterService filterService, EPStatementHandle epStatementHandle, boolean isJoin)
          Create or reuse existing EventStream instance representing that event filter.
 void StreamFactorySvcReuse.dropStream(FilterSpec filterSpec, FilterService filterService)
          See the method of the same name in StreamFactoryService.
 void StreamFactorySvcCreate.dropStream(FilterSpec filterSpec, FilterService filterService)
          See the method of the same name in StreamFactoryService.
 void StreamFactorySvcImpl.dropStream(FilterSpec filterSpec, FilterService filterService, boolean isJoin)
           
 void StreamFactoryService.dropStream(FilterSpec filterSpec, FilterService filterService, boolean isJoin)
          Drop the event stream associated with the filter passed in.