Package com.alibaba.graphscope.runtime
Class LoadLibrary
- java.lang.Object
-
- com.alibaba.graphscope.runtime.LoadLibrary
-
public class LoadLibrary extends Object
Load JNI library with library name.
-
-
Constructor Summary
Constructors Constructor Description LoadLibrary()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
invoke(String userLibrary)
Loading the library with library name.
-
-
-
Method Detail
-
invoke
public static void invoke(String userLibrary)
Loading the library with library name.- Parameters:
userLibrary
- name for library to be loaded.
-
-