public static final class Query.InvertedKeyQuery extends Object implements Query.KeyQuery
Query.And, Query.CompositeKeyQuery, Query.Equal, Query.GreaterThan, Query.GreaterThanEqual, Query.Has, Query.In, Query.InvertedKeyQuery, Query.KeyQuery, Query.LessThan, Query.LessThanEqual, Query.Not, Query.Or, Query.Regex| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
key()
Key checked by this query.
|
boolean |
matches(String value)
Returns true if the value matches for this query clause.
|
Query |
not()
Returns an inverted version of this query.
|
Query |
simplify(Map<String,String> tags)
Return a new query that has been simplified by pre-evaluating the conditions for a set
of tags that are common to all metrics.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitmatchespublic Query not()
Querypublic String key()
Query.KeyQuerykey in interface Query.KeyQuerypublic boolean matches(String value)
Query.KeyQuerymatches in interface Query.KeyQuerypublic Query simplify(Map<String,String> tags)
Querysimplify in interface Querysimplify in interface Query.KeyQuery