Package com.alibaba.graphscope.utils
Class CallUtils
- java.lang.Object
-
- com.alibaba.graphscope.utils.CallUtils
-
public class CallUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description CallUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getCallerCallerClassName()
Get the caller class name of the class which called us.
-
-
-
Method Detail
-
getCallerCallerClassName
public static String getCallerCallerClassName()
Get the caller class name of the class which called us.- Returns:
- class name
-
-