|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.filter.FilterParamIndexBase
com.espertech.esper.filter.FilterParamIndexLookupableBase
com.espertech.esper.filter.FilterParamIndexNotEqualsBase
com.espertech.esper.filter.FilterParamIndexNotEqualsIs
public final class FilterParamIndexNotEqualsIs
Index for filter parameter constants to match using the equals (=) operator. The implementation is based on a regular HashMap.
Field Summary |
---|
Fields inherited from class com.espertech.esper.filter.FilterParamIndexNotEqualsBase |
---|
constantsMap, constantsMapRWLock |
Fields inherited from class com.espertech.esper.filter.FilterParamIndexLookupableBase |
---|
lookupable |
Constructor Summary | |
---|---|
FilterParamIndexNotEqualsIs(FilterSpecLookupable lookupable,
java.util.concurrent.locks.ReadWriteLock readWriteLock)
|
Method Summary | |
---|---|
void |
matchEvent(EventBean theEvent,
java.util.Collection<FilterHandle> matches)
Perform the matching of an event based on the event property values, adding any callbacks for matches found to the matches list. |
Methods inherited from class com.espertech.esper.filter.FilterParamIndexNotEqualsBase |
---|
get, getReadWriteLock, put, remove, size |
Methods inherited from class com.espertech.esper.filter.FilterParamIndexLookupableBase |
---|
getLookupable, toString |
Methods inherited from class com.espertech.esper.filter.FilterParamIndexBase |
---|
getFilterOperator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FilterParamIndexNotEqualsIs(FilterSpecLookupable lookupable, java.util.concurrent.locks.ReadWriteLock readWriteLock)
Method Detail |
---|
public final void matchEvent(EventBean theEvent, java.util.Collection<FilterHandle> matches)
EventEvaluator
theEvent
- is the event object wrapper to obtain event property values frommatches
- accumulates the matching filter callbacks
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |