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 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 privateMutableLastValueLong()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static MutableAggregation.MutableLastValueLongcreate()Construct aMutableLastValueLong.(package private) AggregationDatatoAggregationData()(package private) PointtoPoint(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:
toAggregationDatain classMutableAggregation.MutableLastValueDouble
-
toPoint
Point toPoint(Timestamp timestamp)
- Overrides:
toPointin classMutableAggregation.MutableLastValueDouble
-
-