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 aggregated
MeasureValue
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 -
Method Summary
Modifier and TypeMethodDescription(package private) static MutableAggregation.MutableLastValueLong
create()
Construct aMutableLastValueLong
.(package private) AggregationData
(package private) Point
Methods inherited from class io.opencensus.implcore.stats.MutableAggregation.MutableLastValueDouble
add, combine, getLastValue
-
Constructor Details
-
MutableLastValueLong
private MutableLastValueLong()
-
-
Method Details
-
create
Construct aMutableLastValueLong
.- Returns:
- an empty
MutableLastValueLong
.
-
toAggregationData
AggregationData toAggregationData()- Overrides:
toAggregationData
in classMutableAggregation.MutableLastValueDouble
-
toPoint
- Overrides:
toPoint
in classMutableAggregation.MutableLastValueDouble
-