Class MutableMeasurement

  • All Implemented Interfaces:
    Measurement

    public final class MutableMeasurement
    extends java.lang.Object
    implements Measurement
    A mutable Measurement implementation

    This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.

    This class is not thread-safe.

    • Field Detail

      • startEpochNanos

        private long startEpochNanos
      • epochNanos

        private long epochNanos
      • hasLongValue

        private boolean hasLongValue
      • longValue

        private long longValue
      • hasDoubleValue

        private boolean hasDoubleValue
      • doubleValue

        private double doubleValue
    • Constructor Detail

      • MutableMeasurement

        public MutableMeasurement()