@Private
@Unstable
public final class NativeCodeLoader
extends java.lang.Object
| Modifier and Type | Method | 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 java.lang.String |
getLibraryName() |
|
static boolean |
isNativeCodeLoaded() |
Check if native-hadoop code is loaded for this platform.
|
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 java.lang.String getLibraryName()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.