Uses of Class
io.opencensus.metrics.LongCumulative.LongPoint
Packages that use LongCumulative.LongPoint
Package
Description
This package describes the Metrics data model.
-
Uses of LongCumulative.LongPoint in io.opencensus.implcore.metrics
Subclasses of LongCumulative.LongPoint in io.opencensus.implcore.metricsMethods in io.opencensus.implcore.metrics that return LongCumulative.LongPointModifier and TypeMethodDescriptionLongCumulativeImpl.getDefaultTimeSeries()LongCumulativeImpl.getOrCreateTimeSeries(List<LabelValue> labelValues) private LongCumulative.LongPointLongCumulativeImpl.registerTimeSeries(List<LabelValue> labelValues) -
Uses of LongCumulative.LongPoint in io.opencensus.metrics
Subclasses of LongCumulative.LongPoint in io.opencensus.metricsModifier and TypeClassDescriptionprivate static final classNo-op implementations of LongPoint class.Methods in io.opencensus.metrics that return LongCumulative.LongPointModifier and TypeMethodDescriptionabstract LongCumulative.LongPointLongCumulative.getDefaultTimeSeries()Returns aLongPointfor a cumulative with all labels not set, or default labels.abstract LongCumulative.LongPointLongCumulative.getOrCreateTimeSeries(List<LabelValue> labelValues) Creates aTimeSeriesand returns aLongPointif the specifiedlabelValuesis not already associated with this cumulative, else returns an existingLongPoint.