Package | Description |
---|---|
alluxio.fuse | |
alluxio.jnifuse | |
alluxio.jnifuse.utils |
Modifier and Type | Method and Description |
---|---|
static VersionPreference |
AlluxioFuseUtils.getVersionPreference(AlluxioConfiguration conf)
Gets the libjnifuse version preference set by user.
|
Modifier and Type | Method and Description |
---|---|
static void |
LibFuse.loadLibrary(VersionPreference preference) |
Modifier and Type | Method and Description |
---|---|
static VersionPreference |
VersionPreference.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersionPreference[] |
VersionPreference.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(VersionPreference preference,
String tmpDir)
Load the library.
|
Copyright © 2023. All Rights Reserved.