Uses of Class
io.opencensus.stats.AggregationData.SumDataLong
-
Packages that use AggregationData.SumDataLong Package Description io.opencensus.stats API for stats recording. -
-
Uses of AggregationData.SumDataLong in io.opencensus.stats
Subclasses of AggregationData.SumDataLong in io.opencensus.stats Modifier and Type Class Description (package private) class
AutoValue_AggregationData_SumDataLong
Methods in io.opencensus.stats that return AggregationData.SumDataLong Modifier and Type Method Description static AggregationData.SumDataLong
AggregationData.SumDataLong. create(long sum)
Creates aSumDataLong
.
-