Uses of Interface
com.espertech.esper.filter.FilterService

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

Uses of FilterService in com.espertech.esper.core
 

Methods in com.espertech.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 com.espertech.esper.core with parameters of type FilterService
EPServicesContext(String engineURI, SchedulingService schedulingService, EventAdapterService eventAdapterService, EngineImportService engineImportService, EngineSettingsService engineSettingsService, DatabaseConfigService databaseConfigService, PluggableObjectCollection plugInViews, StatementLockFactory statementLockFactory, ManagedReadWriteLock eventProcessingRWLock, ExtensionServicesContext extensionServicesContext, EngineEnvContext engineEnvContext, StatementContextFactory statementContextFactory, PluggableObjectCollection plugInPatternObjects, OutputConditionFactory outputConditionFactory, TimerService timerService, FilterService filterService, StreamFactoryService streamFactoryService, NamedWindowService namedWindowService, VariableService variableService, TimeSourceService timeSourceService, ValueAddEventService valueAddEventService)
          Constructor - sets up new set of services.
StatementContext(String engineURI, String engineInstanceId, String statementId, String statementName, String expression, SchedulingService schedulingService, ScheduleBucket scheduleBucket, EventAdapterService eventAdapterService, EPStatementHandle epStatementHandle, ViewResolutionService viewResultionService, PatternObjectResolutionService patternResolutionService, StatementExtensionSvcContext statementExtensionSvcContext, StatementStopService statementStopService, MethodResolutionService methodResolutionService, PatternContextFactory patternContextFactory, FilterService filterService, JoinSetComposerFactory joinSetComposerFactory, OutputConditionFactory outputConditionFactory, NamedWindowService namedWindowService, VariableService variableService, StatementResultService statementResultService, URI[] plugInTypeResolutionURIs, ValueAddEventService valueAddEventService)
          Constructor.
 

Uses of FilterService in com.espertech.esper.filter
 

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

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

Uses of FilterService in com.espertech.esper.pattern
 

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

Uses of FilterService in com.espertech.esper.view.stream
 

Methods in com.espertech.esper.view.stream with parameters of type FilterService
 Pair<EventStream,ManagedLock> StreamFactorySvcImpl.createStream(FilterSpecCompiled filterSpec, FilterService filterService, EPStatementHandle epStatementHandle, boolean isJoin)
          See the method of the same name in StreamFactoryService.
 Pair<EventStream,ManagedLock> 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.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com