public final class FilterSpecParamContextProp extends FilterSpecParam
EMPTY_PARAM_ARRAY, lookupable
Constructor and Description |
---|
FilterSpecParamContextProp(FilterSpecLookupable lookupable,
FilterOperator filterOperator,
String contextPropertyName,
EventPropertyGetter getter,
SimpleNumberCoercer numberCoercer) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Object |
getFilterValue(MatchedEventMap matchedEvents,
AgentInstanceContext agentInstanceContext)
Return the filter parameter constant to filter for.
|
int |
hashCode() |
getFilterOperator, getLookupable, toArray, toString
public FilterSpecParamContextProp(FilterSpecLookupable lookupable, FilterOperator filterOperator, String contextPropertyName, EventPropertyGetter getter, SimpleNumberCoercer numberCoercer)
public 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 boolean equals(Object o)
equals
in class FilterSpecParam
public int hashCode()
hashCode
in class FilterSpecParam