Package org.apache.dubbo.rpc
Class InvocationProfilerUtils
java.lang.Object
org.apache.dubbo.rpc.InvocationProfilerUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidenterDetailProfiler(Invocation invocation, Callable<String> messageCallable) static voidenterProfiler(Invocation invocation, String message) static voidenterProfiler(Invocation invocation, Callable<String> messageCallable) static voidenterSimpleProfiler(Invocation invocation, Callable<String> messageCallable) static voidreleaseDetailProfiler(Invocation invocation) static voidreleaseProfiler(Invocation invocation) static voidreleaseSimpleProfiler(Invocation invocation)
-
Constructor Details
-
InvocationProfilerUtils
public InvocationProfilerUtils()
-
-
Method Details
-
enterSimpleProfiler
-
releaseSimpleProfiler
-
enterDetailProfiler
-
releaseDetailProfiler
-
enterProfiler
-
enterProfiler
-
releaseProfiler
-