Package io.opencensus.metrics
Class DoubleGauge.DoublePoint
- java.lang.Object
-
- io.opencensus.metrics.DoubleGauge.DoublePoint
-
- Direct Known Subclasses:
DoubleGauge.NoopDoubleGauge.NoopDoublePoint
,DoubleGaugeImpl.PointImpl
- Enclosing class:
- DoubleGauge
public abstract static class DoubleGauge.DoublePoint extends java.lang.Object
The value of a single point in the Gauge.TimeSeries.- Since:
- 0.17
-
-
Constructor Summary
Constructors Constructor Description DoublePoint()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
add(double amt)
Adds the given value to the current value.abstract void
set(double val)
Sets the given value.
-