@InterfaceAudience.Private @InterfaceStability.Unstable public final class NativeCodeLoader extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
buildSupportsIsal()
Returns true only if this build was compiled with support for ISA-L.
|
static boolean |
buildSupportsOpenssl()
Returns true only if this build was compiled with support for openssl.
|
static boolean |
buildSupportsZstd()
Returns true only if this build was compiled with support for ZStandard.
|
static String |
getLibraryName() |
static boolean |
isNativeCodeLoaded()
Check if native-hadoop code is loaded for this platform.
|
static void |
setNativeCodeLoaded() |
public static void setNativeCodeLoaded()
public static boolean isNativeCodeLoaded()
true if native-hadoop is loaded,
else falsepublic static boolean buildSupportsIsal()
public static boolean buildSupportsZstd()
public static boolean buildSupportsOpenssl()
public static String getLibraryName()
Copyright © 2013–2024. All rights reserved.