|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |