public final class ErasureCodeNative
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
static void |
checkNativeCodeLoaded() |
Is the native ISA-L library loaded and initialized? Throw exception if not.
|
static java.lang.String |
getLibraryName() |
Get the native library name that's available or supported.
|
static java.lang.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 java.lang.String getLibraryName()
public static java.lang.String getLoadingFailureReason()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.