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 classDoubleCumulativeImpl.PointImplImplementation ofDoubleCumulative.DoublePoint.Methods in io.opencensus.implcore.metrics that return DoubleCumulative.DoublePoint Modifier and Type Method Description DoubleCumulative.DoublePointDoubleCumulativeImpl. getDefaultTimeSeries()DoubleCumulative.DoublePointDoubleCumulativeImpl. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)private DoubleCumulative.DoublePointDoubleCumulativeImpl. 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 classDoubleCumulative.NoopDoubleCumulative.NoopDoublePointNo-op implementations of DoublePoint class.Methods in io.opencensus.metrics that return DoubleCumulative.DoublePoint Modifier and Type Method Description abstract DoubleCumulative.DoublePointDoubleCumulative. getDefaultTimeSeries()Returns aDoublePointfor a cumulative with all labels not set, or default labels.abstract DoubleCumulative.DoublePointDoubleCumulative. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)Creates aTimeSeriesand returns aDoublePointif the specifiedlabelValuesis not already associated with this cumulative, else returns an existingDoublePoint.
-