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 aggregatedMeasureValue
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 Modifier Constructor Description private
MutableSumLong()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static MutableAggregation.MutableSumLong
create()
Construct aMutableSumLong
.(package private) AggregationData
toAggregationData()
(package private) Point
toPoint(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:
toAggregationData
in classMutableAggregation.MutableSumDouble
-
toPoint
Point toPoint(Timestamp timestamp)
- Overrides:
toPoint
in classMutableAggregation.MutableSumDouble
-
-