类 GaugeBuffer


  • public class GaugeBuffer
    extends Object
    Mutable buffer containing a double value and a timestamp.
    从以下版本开始:
    1.3.0
    • 构造器详细资料

    • 方法详细资料

      • getValue

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

        public void setValue​(double value)
      • getTimestamp

        public long getTimestamp()
      • setTimestamp

        public void setTimestamp​(long timestamp)