Class LongCumulativeImpl.PointImpl

    • Method Summary

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

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

      • labelValues

        private final java.util.List<LabelValue> labelValues
      • startTime

        private final Timestamp startTime
      • value

        private final java.util.concurrent.atomic.AtomicLong value
    • Constructor Detail