@Experimental(value=METRICS) public interface MetricQueryResults
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Iterable<MetricResult<java.lang.Long>> | 
getCounters()
Return the metric results for the counters that matched the filter. 
 | 
java.lang.Iterable<MetricResult<DistributionResult>> | 
getDistributions()
Return the metric results for the distributions that matched the filter. 
 | 
java.lang.Iterable<MetricResult<GaugeResult>> | 
getGauges()
Return the metric results for the gauges that matched the filter. 
 | 
java.lang.Iterable<MetricResult<java.lang.Long>> getCounters()
java.lang.Iterable<MetricResult<DistributionResult>> getDistributions()
java.lang.Iterable<MetricResult<GaugeResult>> getGauges()