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 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.MutableLastValueLongcreate()Construct aMutableLastValueLong.(package private) AggregationData(package private) PointMethods inherited from class MutableAggregation.MutableLastValueDouble
add, combine, getLastValue
-
Constructor Details
-
MutableLastValueLong
private MutableLastValueLong()
-
-
Method Details
-
create
Construct aMutableLastValueLong.- Returns:
- an empty
MutableLastValueLong.
-
toAggregationData
AggregationData toAggregationData()- Overrides:
toAggregationDatain classMutableAggregation.MutableLastValueDouble
-
toPoint
- Overrides:
toPointin classMutableAggregation.MutableLastValueDouble
-