Class ExceptionTimerMetrics

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

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

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

    Modifier and Type Method Description
    java.util.List<com.codahale.metrics.Timer> getTimers()  
    void update​(java.lang.String name, long nanosDuration)  

    Methods inherited from class java.lang.Object

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

    • ExceptionTimerMetrics

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

    • update

      public void update​(java.lang.String name, long nanosDuration)
    • getTimers

      public java.util.List<com.codahale.metrics.Timer> getTimers()