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.Object
The 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 void
add(long amt)
Adds the given value to the current value.abstract void
set(long val)
Sets the given value.
-