- query() - Method in class com.netflix.spectator.atlas.impl.DataExpr.All
-
- query() - Method in class com.netflix.spectator.atlas.impl.DataExpr.Count
-
- query() - Method in class com.netflix.spectator.atlas.impl.DataExpr.DropRollup
-
- query() - Method in class com.netflix.spectator.atlas.impl.DataExpr.GroupBy
-
- query() - Method in class com.netflix.spectator.atlas.impl.DataExpr.KeepRollup
-
- query() - Method in class com.netflix.spectator.atlas.impl.DataExpr.Max
-
- query() - Method in class com.netflix.spectator.atlas.impl.DataExpr.Min
-
- query() - Method in interface com.netflix.spectator.atlas.impl.DataExpr
-
Query for selecting the input measurements that should be aggregated.
- query() - Method in class com.netflix.spectator.atlas.impl.DataExpr.Sum
-
- Query - Interface in com.netflix.spectator.atlas.impl
-
Query for matching based on tags.
- Query.And - Class in com.netflix.spectator.atlas.impl
-
Query that matches if both sub-queries match.
- Query.Equal - Class in com.netflix.spectator.atlas.impl
-
Query that matches if the tag map contains key k with value v.
- Query.GreaterThan - Class in com.netflix.spectator.atlas.impl
-
Query that matches if the tag map contains key k with a value that is lexically
greater than v.
- Query.GreaterThanEqual - Class in com.netflix.spectator.atlas.impl
-
Query that matches if the tag map contains key k with a value that is lexically
greater than or equal to v.
- Query.Has - Class in com.netflix.spectator.atlas.impl
-
Query that matches if the tag map contains a specified key.
- Query.In - Class in com.netflix.spectator.atlas.impl
-
Query that matches if the tag map contains key k with a value in the set
vs.
- Query.LessThan - Class in com.netflix.spectator.atlas.impl
-
Query that matches if the tag map contains key k with a value that is lexically
less than v.
- Query.LessThanEqual - Class in com.netflix.spectator.atlas.impl
-
Query that matches if the tag map contains key k with a value that is lexically
less than or equal to v.
- Query.Not - Class in com.netflix.spectator.atlas.impl
-
Query that matches if the sub-query does not match.
- Query.Or - Class in com.netflix.spectator.atlas.impl
-
Query that matches if either sub-queries match.
- Query.Regex - Class in com.netflix.spectator.atlas.impl
-
Query that matches if the tag map contains key k with a value that matches the
regex in v.