Class MetricsCollector


  • public class MetricsCollector
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  MetricsCollector.Entry  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map<java.lang.String,​MetricsCollector.Entry> getEntries()  
      static void report​(java.lang.String methodName, long duration)  
      • Methods inherited from class java.lang.Object

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

      • MetricsCollector

        public MetricsCollector()
    • Method Detail

      • report

        public static void report​(java.lang.String methodName,
                                  long duration)