Class RateLimiters.RateGauge

java.lang.Object
io.nosqlbench.engine.api.activityapi.ratelimits.RateLimiters.RateGauge
All Implemented Interfaces:
com.codahale.metrics.Gauge<java.lang.Double>, com.codahale.metrics.Metric
Enclosing class:
RateLimiters

public static class RateLimiters.RateGauge
extends java.lang.Object
implements com.codahale.metrics.Gauge<java.lang.Double>
  • Constructor Summary

    Constructors 
    Constructor Description
    RateGauge​(RateLimiter rateLimiter)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Double getValue()  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getValue

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