Uses of Class
io.opencensus.metrics.LongCumulative
-
Packages that use LongCumulative Package Description io.opencensus.implcore.metrics io.opencensus.metrics This package describes the Metrics data model. -
-
Uses of LongCumulative in io.opencensus.implcore.metrics
Subclasses of LongCumulative in io.opencensus.implcore.metrics Modifier and Type Class Description class
LongCumulativeImpl
Implementation ofLongCumulative
.Methods in io.opencensus.implcore.metrics that return LongCumulative Modifier and Type Method Description LongCumulative
MetricRegistryImpl. addLongCumulative(java.lang.String name, MetricOptions options)
-
Uses of LongCumulative in io.opencensus.metrics
Subclasses of LongCumulative in io.opencensus.metrics Modifier and Type Class Description private static class
LongCumulative.NoopLongCumulative
No-op implementations of LongCumulative class.Methods in io.opencensus.metrics that return LongCumulative Modifier and Type Method Description abstract LongCumulative
MetricRegistry. addLongCumulative(java.lang.String name, MetricOptions options)
Builds a new long cumulative to be added to the registry.LongCumulative
MetricRegistry.NoopMetricRegistry. addLongCumulative(java.lang.String name, MetricOptions options)
(package private) static LongCumulative
LongCumulative. newNoopLongCumulative(java.lang.String name, java.lang.String description, java.lang.String unit, java.util.List<LabelKey> labelKeys)
Returns the no-op implementation of theLongCumulative
.
-