Package io.opencensus.metrics
Class LongGauge.LongPoint
- java.lang.Object
-
- io.opencensus.metrics.LongGauge.LongPoint
-
- Direct Known Subclasses:
LongGauge.NoopLongGauge.NoopLongPoint,LongGaugeImpl.PointImpl
- Enclosing class:
- LongGauge
public abstract static class LongGauge.LongPoint extends java.lang.ObjectThe value of a single point in the Gauge.TimeSeries.- Since:
- 0.17
-
-
Constructor Summary
Constructors Constructor Description LongPoint()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidadd(long amt)Adds the given value to the current value.abstract voidset(long val)Sets the given value.
-