Class ExceptionMeterMetrics

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

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

    Constructors 
    Constructor Description
    ExceptionMeterMetrics​(io.nosqlbench.engine.api.activityimpl.ActivityDef activityDef)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<com.codahale.metrics.Meter> getMeters()  
    void mark​(java.lang.String name)  

    Methods inherited from class java.lang.Object

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

    • ExceptionMeterMetrics

      public ExceptionMeterMetrics​(io.nosqlbench.engine.api.activityimpl.ActivityDef activityDef)
  • Method Details

    • mark

      public void mark​(java.lang.String name)
    • getMeters

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