Uses of Interface
io.opencensus.implcore.metrics.Meter
-
Packages that use Meter Package Description io.opencensus.implcore.metrics -
-
Uses of Meter in io.opencensus.implcore.metrics
Classes in io.opencensus.implcore.metrics that implement Meter Modifier and Type Class Description class
DerivedDoubleCumulativeImpl
Implementation ofDerivedDoubleCumulative
.class
DerivedDoubleGaugeImpl
Implementation ofDerivedDoubleGauge
.class
DerivedLongCumulativeImpl
Implementation ofDerivedLongCumulative
.class
DerivedLongGaugeImpl
Implementation ofDerivedLongGauge
.class
DoubleCumulativeImpl
Implementation ofDoubleCumulative
.class
DoubleGaugeImpl
Implementation ofDoubleGauge
.class
LongCumulativeImpl
Implementation ofLongCumulative
.class
LongGaugeImpl
Implementation ofLongGauge
.Fields in io.opencensus.implcore.metrics with type parameters of type Meter Modifier and Type Field Description private java.util.Map<java.lang.String,Meter>
MetricRegistryImpl.RegisteredMeters. registeredMeters
Methods in io.opencensus.implcore.metrics that return Meter Modifier and Type Method Description private Meter
MetricRegistryImpl.RegisteredMeters. registerMeter(java.lang.String meterName, Meter meter)
Methods in io.opencensus.implcore.metrics that return types with arguments of type Meter Modifier and Type Method Description private java.util.Map<java.lang.String,Meter>
MetricRegistryImpl.RegisteredMeters. getRegisteredMeters()
Methods in io.opencensus.implcore.metrics with parameters of type Meter Modifier and Type Method Description private Meter
MetricRegistryImpl.RegisteredMeters. registerMeter(java.lang.String meterName, Meter meter)
-