Uses of Class
io.opencensus.metrics.DoubleCumulative.DoublePoint
-
Packages that use DoubleCumulative.DoublePoint Package Description io.opencensus.implcore.metrics io.opencensus.metrics This package describes the Metrics data model. -
-
Uses of DoubleCumulative.DoublePoint in io.opencensus.implcore.metrics
Subclasses of DoubleCumulative.DoublePoint in io.opencensus.implcore.metrics Modifier and Type Class Description static class
DoubleCumulativeImpl.PointImpl
Implementation ofDoubleCumulative.DoublePoint
.Methods in io.opencensus.implcore.metrics that return DoubleCumulative.DoublePoint Modifier and Type Method Description DoubleCumulative.DoublePoint
DoubleCumulativeImpl. getDefaultTimeSeries()
DoubleCumulative.DoublePoint
DoubleCumulativeImpl. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)
private DoubleCumulative.DoublePoint
DoubleCumulativeImpl. registerTimeSeries(java.util.List<LabelValue> labelValues)
-
Uses of DoubleCumulative.DoublePoint in io.opencensus.metrics
Subclasses of DoubleCumulative.DoublePoint in io.opencensus.metrics Modifier and Type Class Description private static class
DoubleCumulative.NoopDoubleCumulative.NoopDoublePoint
No-op implementations of DoublePoint class.Methods in io.opencensus.metrics that return DoubleCumulative.DoublePoint Modifier and Type Method Description abstract DoubleCumulative.DoublePoint
DoubleCumulative. getDefaultTimeSeries()
Returns aDoublePoint
for a cumulative with all labels not set, or default labels.abstract DoubleCumulative.DoublePoint
DoubleCumulative. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)
Creates aTimeSeries
and returns aDoublePoint
if the specifiedlabelValues
is not already associated with this cumulative, else returns an existingDoublePoint
.
-