|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterValueSet | |
---|---|
com.espertech.esper.filter | Main switchboard filtering and routing of incoming events to interested statements is performed in this package. |
com.espertech.esper.metrics.instrumentation | EPL instrumentation helpers. |
Uses of FilterValueSet in com.espertech.esper.filter |
---|
Classes in com.espertech.esper.filter that implement FilterValueSet | |
---|---|
class |
FilterValueSetImpl
Container for filter values for use by the FilterService to filter and distribute incoming events. |
Methods in com.espertech.esper.filter that return FilterValueSet | |
---|---|
FilterValueSet |
FilterSetEntry.getFilterValueSet()
Returns filters. |
FilterValueSet |
EventTypeIndexBuilderValueIndexesPair.getFilterValueSet()
|
FilterValueSet |
FilterSpecCompiled.getValueSet(MatchedEventMap matchedEvents,
ExprEvaluatorContext evaluatorContext,
FilterValueSetParam[][] addendum)
Returns the values for the filter, using the supplied result events to ask filter parameters for the value to filter for. |
Methods in com.espertech.esper.filter with parameters of type FilterValueSet | |
---|---|
void |
FilterServiceLockFine.add(FilterValueSet filterValueSet,
FilterHandle callback)
|
void |
FilterServiceLockCoarse.add(FilterValueSet filterValueSet,
FilterHandle callback)
|
void |
FilterService.add(FilterValueSet filterValueSet,
FilterHandle callback)
Add a filter for events as defined by the filter specification, and register a callback to be invoked upon evaluation of an event that matches the filter spec. |
static java.util.ArrayDeque<EventTypeIndexBuilderIndexLookupablePair>[] |
IndexTreeBuilder.add(FilterValueSet filterValueSet,
FilterHandle filterCallback,
FilterHandleSetNode topNode,
FilterServiceGranularLockFactory lockFactory)
Add a filter callback according to the filter specification to the top node returning information to be used to remove the filter callback. |
void |
EventTypeIndexBuilder.add(FilterValueSet filterValueSet,
FilterHandle filterCallback,
FilterServiceGranularLockFactory lockFactory)
Add a filter to the event type index structure, and to the filter subtree. |
protected void |
FilterServiceBase.addInternal(FilterValueSet filterValueSet,
FilterHandle filterCallback)
|
Constructors in com.espertech.esper.filter with parameters of type FilterValueSet | |
---|---|
EventTypeIndexBuilderValueIndexesPair(FilterValueSet filterValueSet,
EventTypeIndexBuilderIndexLookupablePair[][] indexPairs)
|
|
FilterSetEntry(FilterHandle handle,
FilterValueSet filterValueSet)
Ctor. |
Uses of FilterValueSet in com.espertech.esper.metrics.instrumentation |
---|
Methods in com.espertech.esper.metrics.instrumentation with parameters of type FilterValueSet | |
---|---|
void |
InstrumentationDefault.qFilterAdd(FilterValueSet filterValueSet,
FilterHandle filterCallback)
|
void |
Instrumentation.qFilterAdd(FilterValueSet filterValueSet,
FilterHandle filterCallback)
|
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |