Uses of Class
io.opencensus.metrics.DoubleGauge.DoublePoint
-
Packages that use DoubleGauge.DoublePoint Package Description io.opencensus.implcore.metrics io.opencensus.metrics This package describes the Metrics data model. -
-
Uses of DoubleGauge.DoublePoint in io.opencensus.implcore.metrics
Subclasses of DoubleGauge.DoublePoint in io.opencensus.implcore.metrics Modifier and Type Class Description static classDoubleGaugeImpl.PointImplImplementation ofDoubleGauge.DoublePoint.Methods in io.opencensus.implcore.metrics that return DoubleGauge.DoublePoint Modifier and Type Method Description DoubleGauge.DoublePointDoubleGaugeImpl. getDefaultTimeSeries()DoubleGauge.DoublePointDoubleGaugeImpl. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)private DoubleGauge.DoublePointDoubleGaugeImpl. registerTimeSeries(java.util.List<LabelValue> labelValues) -
Uses of DoubleGauge.DoublePoint in io.opencensus.metrics
Subclasses of DoubleGauge.DoublePoint in io.opencensus.metrics Modifier and Type Class Description private static classDoubleGauge.NoopDoubleGauge.NoopDoublePointNo-op implementations of DoublePoint class.Methods in io.opencensus.metrics that return DoubleGauge.DoublePoint Modifier and Type Method Description abstract DoubleGauge.DoublePointDoubleGauge. getDefaultTimeSeries()Returns aDoublePointfor a gauge with all labels not set, or default labels.abstract DoubleGauge.DoublePointDoubleGauge. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)Creates aTimeSeriesand returns aDoublePointif the specifiedlabelValuesis not already associated with this gauge, else returns an existingDoublePoint.
-