Class ExceptionCountMetrics

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

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

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

    Modifier and Type Method Description
    void count​(java.lang.String name)  
    java.util.List<com.codahale.metrics.Counter> getCounters()  

    Methods inherited from class java.lang.Object

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

    • ExceptionCountMetrics

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

    • count

      public void count​(java.lang.String name)
    • getCounters

      public java.util.List<com.codahale.metrics.Counter> getCounters()