Package 

Interface PerformanceMetric

    • Method Summary

      Modifier and Type Method Description
      abstract Unit stopAndSend(Boolean isSuccessful) Stops measuring and sends the performance metric.
      • Methods inherited from class java.lang.Object

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

      • stopAndSend

         abstract Unit stopAndSend(Boolean isSuccessful)

        Stops measuring and sends the performance metric.

        Parameters:
        isSuccessful -
        • was the operation being measured completed successfully.