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 class
LongCumulativeImpl.PointImpl
Implementation ofLongCumulative.LongPoint
.Methods in io.opencensus.implcore.metrics that return LongCumulative.LongPoint Modifier and Type Method Description LongCumulative.LongPoint
LongCumulativeImpl. getDefaultTimeSeries()
LongCumulative.LongPoint
LongCumulativeImpl. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)
private LongCumulative.LongPoint
LongCumulativeImpl. 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 class
LongCumulative.NoopLongCumulative.NoopLongPoint
No-op implementations of LongPoint class.Methods in io.opencensus.metrics that return LongCumulative.LongPoint Modifier and Type Method Description abstract LongCumulative.LongPoint
LongCumulative. getDefaultTimeSeries()
Returns aLongPoint
for a cumulative with all labels not set, or default labels.abstract LongCumulative.LongPoint
LongCumulative. getOrCreateTimeSeries(java.util.List<LabelValue> labelValues)
Creates aTimeSeries
and returns aLongPoint
if the specifiedlabelValues
is not already associated with this cumulative, else returns an existingLongPoint
.
-