Uses of Class
io.opencensus.implcore.stats.MutableAggregation.MutableSumDouble
-
Packages that use MutableAggregation.MutableSumDouble Package Description io.opencensus.implcore.stats -
-
Uses of MutableAggregation.MutableSumDouble in io.opencensus.implcore.stats
Subclasses of MutableAggregation.MutableSumDouble in io.opencensus.implcore.stats Modifier and Type Class Description (package private) static class
MutableAggregation.MutableSumLong
Calculate sum of longs on aggregatedMeasureValue
s.Methods in io.opencensus.implcore.stats that return MutableAggregation.MutableSumDouble Modifier and Type Method Description (package private) static MutableAggregation.MutableSumDouble
MutableAggregation.MutableSumDouble. create()
Construct aMutableSumDouble
.
-