Package io.opencensus.implcore.stats
Class MutableAggregation.MutableLastValueLong
- java.lang.Object
-
- io.opencensus.implcore.stats.MutableAggregation
-
- io.opencensus.implcore.stats.MutableAggregation.MutableLastValueDouble
-
- io.opencensus.implcore.stats.MutableAggregation.MutableLastValueLong
-
- Enclosing class:
- MutableAggregation
static final class MutableAggregation.MutableLastValueLong extends MutableAggregation.MutableLastValueDouble
Calculate last long value 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
MutableLastValueLong()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static MutableAggregation.MutableLastValueLong
create()
Construct aMutableLastValueLong
.(package private) AggregationData
toAggregationData()
(package private) Point
toPoint(Timestamp timestamp)
-
Methods inherited from class io.opencensus.implcore.stats.MutableAggregation.MutableLastValueDouble
add, combine, getLastValue
-
-
-
-
Method Detail
-
create
static MutableAggregation.MutableLastValueLong create()
Construct aMutableLastValueLong
.- Returns:
- an empty
MutableLastValueLong
.
-
toAggregationData
AggregationData toAggregationData()
- Overrides:
toAggregationData
in classMutableAggregation.MutableLastValueDouble
-
toPoint
Point toPoint(Timestamp timestamp)
- Overrides:
toPoint
in classMutableAggregation.MutableLastValueDouble
-
-