Class ScriptingGauge

java.lang.Object
io.nosqlbench.engine.extensions.scriptingmetrics.ScriptingGauge
All Implemented Interfaces:
com.codahale.metrics.Gauge<Double>, com.codahale.metrics.Metric

public class ScriptingGauge extends Object implements com.codahale.metrics.Gauge<Double>
  • Constructor Details

    • ScriptingGauge

      public ScriptingGauge(String name, double initialValue)
  • Method Details

    • update

      public void update(double value)
    • getValue

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