Uses of Class
io.opencensus.metrics.LongCumulative.LongPoint
-
Packages that use LongCumulative.LongPoint Package Description io.opencensus.implcore.metrics io.opencensus.metrics This package describes the Metrics data model. -
-
Uses of LongCumulative.LongPoint in io.opencensus.implcore.metrics
Subclasses of LongCumulative.LongPoint in io.opencensus.implcore.metrics Modifier and Type Class Description static classLongCumulativeImpl.PointImplImplementation ofLongCumulative.LongPoint.Methods in io.opencensus.implcore.metrics that return LongCumulative.LongPoint Modifier and Type Method Description LongCumulative.LongPointLongCumulativeImpl. getDefaultTimeSeries()LongCumulative.LongPointLongCumulativeImpl. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)private LongCumulative.LongPointLongCumulativeImpl. registerTimeSeries(java.util.List<LabelValue> labelValues) -
Uses of LongCumulative.LongPoint in io.opencensus.metrics
Subclasses of LongCumulative.LongPoint in io.opencensus.metrics Modifier and Type Class Description private static classLongCumulative.NoopLongCumulative.NoopLongPointNo-op implementations of LongPoint class.Methods in io.opencensus.metrics that return LongCumulative.LongPoint Modifier and Type Method Description abstract LongCumulative.LongPointLongCumulative. getDefaultTimeSeries()Returns aLongPointfor a cumulative with all labels not set, or default labels.abstract LongCumulative.LongPointLongCumulative. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)Creates aTimeSeriesand returns aLongPointif the specifiedlabelValuesis not already associated with this cumulative, else returns an existingLongPoint.
-