Home
last modified time | relevance | path

Searched defs:getMetric (Results 1 – 8 of 8) sorted by relevance

/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/metrics/
DMeter.java33 Metric getMetric(Clock clock); in getMetric() method
DDerivedLongGaugeImpl.java110 public Metric getMetric(Clock clock) { in getMetric() method in DerivedLongGaugeImpl
DDerivedDoubleGaugeImpl.java112 public Metric getMetric(Clock clock) { in getMetric() method in DerivedDoubleGaugeImpl
DDoubleGaugeImpl.java130 public Metric getMetric(Clock clock) { in getMetric() method in DoubleGaugeImpl
DLongGaugeImpl.java130 public Metric getMetric(Clock clock) { in getMetric() method in LongGaugeImpl
/external/apache-http/src/org/apache/http/
DHttpConnectionMetrics.java76 Object getMetric(String metricName); in getMetric() method
/external/apache-http/src/org/apache/http/impl/
DHttpConnectionMetricsImpl.java105 public Object getMetric(final String metricName) { in getMetric() method in HttpConnectionMetricsImpl
/external/grpc-grpc-java/testing/src/main/java/io/grpc/internal/testing/
DStatsTestUtils.java80 public Double getMetric(Measure measure) { in getMetric() method in StatsTestUtils.MetricsRecord