Uses of Class
org.kairosdb.client.builder.QueryMetric
-
Packages that use QueryMetric Package Description org.kairosdb.client.builder -
-
Uses of QueryMetric in org.kairosdb.client.builder
Methods in org.kairosdb.client.builder that return QueryMetric Modifier and Type Method Description QueryMetricQueryMetric. addAggregator(Aggregator aggregator)Adds an aggregator to the metric.QueryMetricQueryMetric. addGrouper(Grouper grouper)Add a grouper to the metric.QueryMetricQueryBuilder. addMetric(String name)The metric to query for.QueryMetricQueryBuilder. addMetric(QueryMetric metric)Adds a QueryMetric object to the QueryBuilderQueryMetricQueryMetric. addMultiValuedTags(Map<String,List<String>> tags)Add a map of tags.QueryMetricQueryMetric. addTag(String name, String... values)Adds a tag with multiple values.QueryMetricQueryMetric. addTags(Map<String,String> tags)Add a map of tags.Methods in org.kairosdb.client.builder that return types with arguments of type QueryMetric Modifier and Type Method Description List<QueryMetric>QueryBuilder. getMetrics()Returns the list metrics to query for.List<QueryMetric>Rollup. getMetrics()Methods in org.kairosdb.client.builder with parameters of type QueryMetric Modifier and Type Method Description QueryMetricQueryBuilder. addMetric(QueryMetric metric)Adds a QueryMetric object to the QueryBuilder
-