Class GaugeBuffer


  • public class GaugeBuffer
    extends Object
    Mutable buffer containing a double value and a timestamp.
    Since:
    1.3.0
    • Constructor Detail

    • Method Detail

      • getValue

        public Double getValue()
        Returns the buffer value.
        Returns:
        the value of the buffer
      • setValue

        public void setValue​(double value)
      • getTimestamp

        public long getTimestamp()
      • setTimestamp

        public void setTimestamp​(long timestamp)