public final class FilterSpecParamIn extends FilterSpecParam
FilterSpecCompiled
filter specification.
The 'in' checks for a list of values.
EMPTY_PARAM_ARRAY, lookupable
Constructor and Description |
---|
FilterSpecParamIn(FilterSpecLookupable lookupable,
FilterOperator filterOperator,
List<FilterSpecParamInValue> listofValues)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
getFilterValue(MatchedEventMap matchedEvents,
AgentInstanceContext agentInstanceContext)
Return the filter parameter constant to filter for.
|
List<FilterSpecParamInValue> |
getListOfValues()
Returns the list of values we are asking to match.
|
int |
hashCode() |
String |
toString() |
getFilterOperator, getLookupable, toArray
public FilterSpecParamIn(FilterSpecLookupable lookupable, FilterOperator filterOperator, List<FilterSpecParamInValue> listofValues) throws IllegalArgumentException
lookupable
- is the event property or functionfilterOperator
- is expected to be the IN-list operatorlistofValues
- is a list of constants and event property namesIllegalArgumentException
- for illegal argspublic final Object getFilterValue(MatchedEventMap matchedEvents, AgentInstanceContext agentInstanceContext)
FilterSpecParam
getFilterValue
in class FilterSpecParam
matchedEvents
- is the prior results that can be used to determine filter parametersagentInstanceContext
- contextpublic List<FilterSpecParamInValue> getListOfValues()
public final String toString()
toString
in class FilterSpecParam
public boolean equals(Object obj)
equals
in class FilterSpecParam
public int hashCode()
hashCode
in class FilterSpecParam