Class RateLimiters.WaitTimeGauge

  • All Implemented Interfaces:
    com.codahale.metrics.Gauge<java.lang.Long>, com.codahale.metrics.Metric
    Enclosing class:
    RateLimiters

    public static class RateLimiters.WaitTimeGauge
    extends java.lang.Object
    implements com.codahale.metrics.Gauge<java.lang.Long>
    • Method Summary

      Modifier and Type Method Description
      java.lang.Long getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WaitTimeGauge

        public WaitTimeGauge​(RateLimiter rateLimiter)
    • Method Detail

      • getValue

        public java.lang.Long getValue()
        Specified by:
        getValue in interface com.codahale.metrics.Gauge<java.lang.Long>