Class PerfmonDisabled


  • @ThreadSafe
    public final class PerfmonDisabled
    extends java.lang.Object
    Tests whether performance counters are disabled
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PerfmonDisabled()
      Everything in this class is static, never instantiate it
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static boolean isDisabled​(java.lang.String config, java.lang.String service)  
      • Methods inherited from class java.lang.Object

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

      • LOG

        private static final org.slf4j.Logger LOG
      • PERF_OS_DISABLED

        public static final boolean PERF_OS_DISABLED
      • PERF_PROC_DISABLED

        public static final boolean PERF_PROC_DISABLED
      • PERF_DISK_DISABLED

        public static final boolean PERF_DISK_DISABLED
    • Constructor Detail

      • PerfmonDisabled

        private PerfmonDisabled()
        Everything in this class is static, never instantiate it
    • Method Detail

      • isDisabled

        private static boolean isDisabled​(java.lang.String config,
                                          java.lang.String service)