public final class FilterParamIndexStringRangeInverted extends FilterParamIndexStringRangeBase
ranges, rangesNullEndpoints
lookupable
Constructor and Description |
---|
FilterParamIndexStringRangeInverted(com.espertech.esper.common.internal.epl.expression.core.ExprFilterSpecLookupable lookupable,
ReadWriteLock readWriteLock,
com.espertech.esper.common.internal.filterspec.FilterOperator filterOperator) |
Modifier and Type | Method and Description |
---|---|
void |
matchEvent(com.espertech.esper.common.client.EventBean theEvent,
Collection<com.espertech.esper.common.internal.filtersvc.FilterHandle> matches,
com.espertech.esper.common.internal.epl.expression.core.ExprEvaluatorContext ctx)
Perform the matching of an event based on the event property values,
adding any callbacks for matches found to the matches list.
|
get, getReadWriteLock, getTraverseStatement, isEmpty, put, remove, sizeExpensive
getLookupable, toString
getFilterCallbackCount, getFilterOperator
public FilterParamIndexStringRangeInverted(com.espertech.esper.common.internal.epl.expression.core.ExprFilterSpecLookupable lookupable, ReadWriteLock readWriteLock, com.espertech.esper.common.internal.filterspec.FilterOperator filterOperator)
public final void matchEvent(com.espertech.esper.common.client.EventBean theEvent, Collection<com.espertech.esper.common.internal.filtersvc.FilterHandle> matches, com.espertech.esper.common.internal.epl.expression.core.ExprEvaluatorContext ctx)
EventEvaluator
theEvent
- is the event object wrapper to obtain event property values frommatches
- accumulates the matching filter callbacksctx
- evaluator contextCopyright © 2005–2022. All rights reserved.