Uses of Class
io.opencensus.metrics.DoubleCumulative.DoublePoint
Packages that use DoubleCumulative.DoublePoint
Package
Description
This package describes the Metrics data model.
-
Uses of DoubleCumulative.DoublePoint in io.opencensus.implcore.metrics
Subclasses of DoubleCumulative.DoublePoint in io.opencensus.implcore.metricsModifier and TypeClassDescriptionstatic final classImplementation ofDoubleCumulative.DoublePoint.Methods in io.opencensus.implcore.metrics that return DoubleCumulative.DoublePointModifier and TypeMethodDescriptionDoubleCumulativeImpl.getDefaultTimeSeries()DoubleCumulativeImpl.getOrCreateTimeSeries(List<LabelValue> labelValues) private DoubleCumulative.DoublePointDoubleCumulativeImpl.registerTimeSeries(List<LabelValue> labelValues) -
Uses of DoubleCumulative.DoublePoint in io.opencensus.metrics
Subclasses of DoubleCumulative.DoublePoint in io.opencensus.metricsModifier and TypeClassDescriptionprivate static final classNo-op implementations of DoublePoint class.Methods in io.opencensus.metrics that return DoubleCumulative.DoublePointModifier and TypeMethodDescriptionabstract DoubleCumulative.DoublePointDoubleCumulative.getDefaultTimeSeries()Returns aDoublePointfor a cumulative with all labels not set, or default labels.abstract DoubleCumulative.DoublePointDoubleCumulative.getOrCreateTimeSeries(List<LabelValue> labelValues) Creates aTimeSeriesand returns aDoublePointif the specifiedlabelValuesis not already associated with this cumulative, else returns an existingDoublePoint.