Package | Description |
---|---|
alluxio.fuse | |
alluxio.jnifuse | |
alluxio.jnifuse.utils |
Modifier and Type | Method and Description |
---|---|
static LibfuseVersion |
AlluxioFuseUtils.getLibfuseVersion(AlluxioConfiguration conf)
Gets the libjnifuse version preference set by user.
|
Modifier and Type | Method and Description |
---|---|
static void |
LibFuse.loadLibrary(LibfuseVersion version) |
Modifier and Type | Method and Description |
---|---|
static LibfuseVersion |
LibfuseVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LibfuseVersion[] |
LibfuseVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NativeLibraryLoader.loadLibrary(LibfuseVersion version,
String tmpDir)
Load the library.
|
Copyright © 2023. All Rights Reserved.