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 classDerivedDoubleCumulativeImplImplementation ofDerivedDoubleCumulative.classDerivedDoubleGaugeImplImplementation ofDerivedDoubleGauge.classDerivedLongCumulativeImplImplementation ofDerivedLongCumulative.classDerivedLongGaugeImplImplementation ofDerivedLongGauge.classDoubleCumulativeImplImplementation ofDoubleCumulative.classDoubleGaugeImplImplementation ofDoubleGauge.classLongCumulativeImplImplementation ofLongCumulative.classLongGaugeImplImplementation 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. registeredMetersMethods in io.opencensus.implcore.metrics that return Meter Modifier and Type Method Description private MeterMetricRegistryImpl.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 MeterMetricRegistryImpl.RegisteredMeters. registerMeter(java.lang.String meterName, Meter meter)
-