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 classLongCumulativeImplImplementation ofLongCumulative.Methods in io.opencensus.implcore.metrics that return LongCumulative Modifier and Type Method Description LongCumulativeMetricRegistryImpl. 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 classLongCumulative.NoopLongCumulativeNo-op implementations of LongCumulative class.Methods in io.opencensus.metrics that return LongCumulative Modifier and Type Method Description abstract LongCumulativeMetricRegistry. addLongCumulative(java.lang.String name, MetricOptions options)Builds a new long cumulative to be added to the registry.LongCumulativeMetricRegistry.NoopMetricRegistry. addLongCumulative(java.lang.String name, MetricOptions options)(package private) static LongCumulativeLongCumulative. 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.
-