Uses of Class
org.kairosdb.client.builder.QueryTagMetric
-
Packages that use QueryTagMetric Package Description org.kairosdb.client.builder -
-
Uses of QueryTagMetric in org.kairosdb.client.builder
Methods in org.kairosdb.client.builder that return QueryTagMetric Modifier and Type Method Description QueryTagMetricQueryTagBuilder. addMetric(String name)The metric to query tag for.QueryTagMetricQueryTagMetric. addTag(String name, String... values)Adds a tag with multiple values.QueryTagMetricQueryTagMetric. addTag(String name, Set<String> values)QueryTagMetricQueryTagMetric. addTags(Map<String,String> tags)Add a map of tags.Methods in org.kairosdb.client.builder that return types with arguments of type QueryTagMetric Modifier and Type Method Description List<QueryTagMetric>QueryTagBuilder. getMetrics()Returns the list metrics to query for tags.
-