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
static final class MutableAggregation.MutableSumLong extends MutableAggregation.MutableSumDouble
Calculate sum of longs on aggregatedMeasureValues.
-
-
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 Modifier Constructor Description privateMutableSumLong()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static MutableAggregation.MutableSumLongcreate()Construct aMutableSumLong.(package private) AggregationDatatoAggregationData()(package private) PointtoPoint(Timestamp timestamp)-
Methods inherited from class io.opencensus.implcore.stats.MutableAggregation.MutableSumDouble
add, combine, getSum
-
-
-
-
Method Detail
-
create
static MutableAggregation.MutableSumLong create()
Construct aMutableSumLong.- Returns:
- an empty
MutableSumLong.
-
toAggregationData
AggregationData toAggregationData()
- Overrides:
toAggregationDatain classMutableAggregation.MutableSumDouble
-
toPoint
Point toPoint(Timestamp timestamp)
- Overrides:
toPointin classMutableAggregation.MutableSumDouble
-
-