Class DoubleGaugeImpl.PointImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      PointImpl​(java.util.List<LabelValue> labelValues)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(double amt)
      Adds the given value to the current value.
      private TimeSeries getTimeSeries​(Clock clock)  
      void set​(double val)
      Sets the given value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        private final com.google.common.util.concurrent.AtomicDouble value
      • defaultTimeSeries

        private final TimeSeries defaultTimeSeries
    • Constructor Detail

      • PointImpl

        PointImpl​(java.util.List<LabelValue> labelValues)