public final class FilterSpecParamRange extends FilterSpecParam
FilterSpecCompiled
filter specification.EMPTY_PARAM_ARRAY, lookupable
Constructor and Description |
---|
FilterSpecParamRange(FilterSpecLookupable lookupable,
FilterOperator filterOperator,
FilterSpecParamFilterForEval min,
FilterSpecParamFilterForEval max)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
getFilterValue(MatchedEventMap matchedEvents,
AgentInstanceContext agentInstanceContext)
Return the filter parameter constant to filter for.
|
FilterSpecParamFilterForEval |
getMax()
Returns the upper endpoint.
|
FilterSpecParamFilterForEval |
getMin()
Returns the lower endpoint.
|
int |
hashCode() |
String |
toString() |
getFilterOperator, getLookupable, toArray
public FilterSpecParamRange(FilterSpecLookupable lookupable, FilterOperator filterOperator, FilterSpecParamFilterForEval min, FilterSpecParamFilterForEval max) throws IllegalArgumentException
lookupable
- is the lookupablefilterOperator
- is the type of range operatormin
- is the begin point of the rangemax
- is the end point of the rangeIllegalArgumentException
- if an operator was supplied that does not take a double range valuepublic 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 FilterSpecParamFilterForEval getMin()
public FilterSpecParamFilterForEval getMax()
public final String toString()
toString
in class FilterSpecParam
public boolean equals(Object obj)
equals
in class FilterSpecParam
public int hashCode()
hashCode
in class FilterSpecParam