Package io.opencensus.implcore.stats
Class MutableAggregation.MutableSumLong
java.lang.Object
io.opencensus.implcore.stats.MutableAggregation
io.opencensus.implcore.stats.MutableAggregation.MutableSumDouble
io.opencensus.implcore.stats.MutableAggregation.MutableSumLong
- Enclosing class:
MutableAggregation
Calculate sum of longs on aggregated
MeasureValue
s.-
Nested Class Summary
Nested classes/interfaces inherited from class io.opencensus.implcore.stats.MutableAggregation
MutableAggregation.MutableCount, MutableAggregation.MutableDistribution, MutableAggregation.MutableLastValueDouble, MutableAggregation.MutableLastValueLong, MutableAggregation.MutableMean, MutableAggregation.MutableSumDouble, MutableAggregation.MutableSumLong
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static MutableAggregation.MutableSumLong
create()
Construct aMutableSumLong
.(package private) AggregationData
(package private) Point
Methods inherited from class io.opencensus.implcore.stats.MutableAggregation.MutableSumDouble
add, combine, getSum
-
Constructor Details
-
MutableSumLong
private MutableSumLong()
-
-
Method Details
-
create
Construct aMutableSumLong
.- Returns:
- an empty
MutableSumLong
.
-
toAggregationData
AggregationData toAggregationData()- Overrides:
toAggregationData
in classMutableAggregation.MutableSumDouble
-
toPoint
- Overrides:
toPoint
in classMutableAggregation.MutableSumDouble
-