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 StatementContext.getFilterService()
          Returns the filter service.
 FilterService EPServicesContext.getFilterService()
          Returns filter evaluation service implementation.
 FilterService EPServiceProviderSPI.getFilterService()
          Returns the filter service.
 FilterService EPServiceProviderImpl.getFilterService()
           
 

Constructors in net.esper.core with parameters of type FilterService
StatementContext(String engineURI, String engineInstanceId, String statementId, String statementName, String expression, SchedulingService schedulingService, ScheduleBucket scheduleBucket, EventAdapterService eventAdapterService, EPStatementHandle epStatementHandle, ViewResolutionService viewResultionService, ExtensionServicesContext extensionServicesContext, StatementStopService statementStopService, MethodResolutionService methodResolutionService, PatternContextFactory patternContextFactory, FilterService filterService)
          Constructor.
 

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.
 

Uses of FilterService in net.esper.view.stream
 

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