public final class ErasureCodeNative extends Object
Modifier and Type | Method and Description |
---|---|
static void |
checkNativeCodeLoaded()
Is the native ISA-L library loaded and initialized? Throw exception if not.
|
static String |
getLibraryName()
Get the native library name that's available or supported.
|
static String |
getLoadingFailureReason() |
static boolean |
isNativeCodeLoaded()
Are native libraries loaded?
|
static void |
loadLibrary()
Load native library available or supported.
|
public static boolean isNativeCodeLoaded()
public static void checkNativeCodeLoaded()
public static void loadLibrary()
public static String getLibraryName()
public static String getLoadingFailureReason()
Copyright © 2008–2018 Apache Software Foundation. All rights reserved.