类 InvocationProfilerUtils


  • public class InvocationProfilerUtils
    extends Object
    • 构造器详细资料

      • InvocationProfilerUtils

        public InvocationProfilerUtils()
    • 方法详细资料

      • enterSimpleProfiler

        public static void enterSimpleProfiler​(Invocation invocation,
                                               Callable<String> messageCallable)
      • releaseSimpleProfiler

        public static void releaseSimpleProfiler​(Invocation invocation)
      • enterDetailProfiler

        public static void enterDetailProfiler​(Invocation invocation,
                                               Callable<String> messageCallable)
      • releaseDetailProfiler

        public static void releaseDetailProfiler​(Invocation invocation)
      • enterProfiler

        public static void enterProfiler​(Invocation invocation,
                                         String message)
      • releaseProfiler

        public static void releaseProfiler​(Invocation invocation)