Class GaugeResult

    • Constructor Detail

      • GaugeResult

        public GaugeResult()
    • Method Detail

      • getValue

        public abstract long getValue()
      • getTimestamp

        public abstract org.joda.time.Instant getTimestamp()
      • create

        public static GaugeResult create​(long value,
                                         org.joda.time.Instant timestamp)