Class MetricsHelper


  • public class MetricsHelper
    extends java.lang.Object
    A utility class to encapsulate common logic in use of metrics implementation.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String PERIOD  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private MetricsHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String concat​(java.lang.Class<?> clz, java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • MetricsHelper

        private MetricsHelper()
    • Method Detail

      • concat

        public static java.lang.String concat​(java.lang.Class<?> clz,
                                              java.lang.String name)