Class LongCumulativeImpl.PointImpl

java.lang.Object
io.opencensus.metrics.LongCumulative.LongPoint
io.opencensus.implcore.metrics.LongCumulativeImpl.PointImpl
Enclosing class:
LongCumulativeImpl

public static final class LongCumulativeImpl.PointImpl extends LongCumulative.LongPoint
Implementation of LongCumulative.LongPoint.
  • Method Details

    • add

      public void add(long delta)
      Description copied from class: LongCumulative.LongPoint
      Adds the given value to the current value. The values cannot be negative.
      Specified by:
      add in class LongCumulative.LongPoint
      Parameters:
      delta - the value to add