Class Perf.Time

java.lang.Object
io.nosqlbench.nb.api.testutils.Perf.Time
All Implemented Interfaces:
java.lang.AutoCloseable
Enclosing class:
Perf

public static class Perf.Time
extends java.lang.Object
implements java.lang.AutoCloseable
  • Constructor Summary

    Constructors 
    Constructor Description
    Time​(Perf perf, java.lang.String name, long ops)  
  • Method Summary

    Modifier and Type Method Description
    void close()  

    Methods inherited from class java.lang.Object

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

    • Time

      public Time​(Perf perf, java.lang.String name, long ops)
  • Method Details

    • close

      public void close()
      Specified by:
      close in interface java.lang.AutoCloseable