Package 

Interface BenchmarkCounter


  • 
    public interface BenchmarkCounter
    
                        

    Interface of benchmark counter to be implemented. This should only be used by internal benchmarking.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit add(Long value, Map<String, String> attributes) Adds a value to the benchmark counter.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • add

         abstract Unit add(Long value, Map<String, String> attributes)

        Adds a value to the benchmark counter.

        Parameters:
        value - The value to be added.
        attributes - The attributes to be associated with the value.