Class ExceptionMeterMetrics

java.lang.Object
io.nosqlbench.engine.api.metrics.ExceptionMeterMetrics

public class ExceptionMeterMetrics extends Object
Use this to provide exception metering in a uniform way.
  • Constructor Details

    • ExceptionMeterMetrics

      public ExceptionMeterMetrics(NBComponent parent)
  • Method Details

    • mark

      public void mark(String name)
    • getMeters

      public List<com.codahale.metrics.Meter> getMeters()