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
MeasureValues.-
Nested Class Summary
Nested classes/interfaces inherited from class 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.MutableSumLongcreate()Construct aMutableSumLong.(package private) AggregationData(package private) PointMethods inherited from class MutableAggregation.MutableSumDouble
add, combine, getSum
-
Constructor Details
-
MutableSumLong
private MutableSumLong()
-
-
Method Details
-
create
Construct aMutableSumLong.- Returns:
- an empty
MutableSumLong.
-
toAggregationData
AggregationData toAggregationData()- Overrides:
toAggregationDatain classMutableAggregation.MutableSumDouble
-
toPoint
- Overrides:
toPointin classMutableAggregation.MutableSumDouble
-