|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.filter.FilterSpecParam
com.espertech.esper.filter.FilterSpecParamIn
public final class FilterSpecParamIn
This class represents a 'in' filter parameter in an FilterSpecCompiled
filter specification.
The 'in' checks for a list of values.
Field Summary |
---|
Fields inherited from class com.espertech.esper.filter.FilterSpecParam |
---|
EMPTY_PARAM_ARRAY, lookupable |
Constructor Summary | |
---|---|
FilterSpecParamIn(FilterSpecLookupable lookupable,
FilterOperator filterOperator,
java.util.List<FilterSpecParamInValue> listofValues)
Ctor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Object |
getFilterValue(MatchedEventMap matchedEvents,
ExprEvaluatorContext evaluatorContext)
Return the filter parameter constant to filter for. |
java.util.List<FilterSpecParamInValue> |
getListOfValues()
Returns the list of values we are asking to match. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class com.espertech.esper.filter.FilterSpecParam |
---|
getFilterOperator, getLookupable, toArray |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FilterSpecParamIn(FilterSpecLookupable lookupable, FilterOperator filterOperator, java.util.List<FilterSpecParamInValue> listofValues) throws java.lang.IllegalArgumentException
lookupable
- is the event property or functionfilterOperator
- is expected to be the IN-list operatorlistofValues
- is a list of constants and event property names
java.lang.IllegalArgumentException
- for illegal argsMethod Detail |
---|
public final java.lang.Object getFilterValue(MatchedEventMap matchedEvents, ExprEvaluatorContext evaluatorContext)
FilterSpecParam
getFilterValue
in class FilterSpecParam
matchedEvents
- is the prior results that can be used to determine filter parameters
public java.util.List<FilterSpecParamInValue> getListOfValues()
public final java.lang.String toString()
toString
in class FilterSpecParam
public boolean equals(java.lang.Object obj)
equals
in class FilterSpecParam
public int hashCode()
hashCode
in class FilterSpecParam
|
© 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 |