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.ObjectThe 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 voidadd(double amt)Adds the given value to the current value.abstract voidset(double val)Sets the given value.
-