public class FuseOptions extends Object
Modifier and Type | Method and Description |
---|---|
static FuseOptions |
create(AlluxioConfiguration conf)
Creates the FUSE options.
|
static FuseOptions |
create(AlluxioConfiguration conf,
boolean updateCheckEnabled)
Creates the FUSE options.
|
static FuseOptions |
create(AlluxioConfiguration conf,
FileSystemOptions fileSystemOptions,
boolean updateCheckEnabled)
Creates the FUSE options.
|
FileSystemOptions |
getFileSystemOptions() |
Set<String> |
getFuseMountOptions() |
boolean |
updateCheckEnabled() |
public static FuseOptions create(AlluxioConfiguration conf)
conf
- alluxio configurationpublic static FuseOptions create(AlluxioConfiguration conf, boolean updateCheckEnabled)
conf
- alluxio configurationupdateCheckEnabled
- whether to enable update checkpublic static FuseOptions create(AlluxioConfiguration conf, FileSystemOptions fileSystemOptions, boolean updateCheckEnabled)
conf
- alluxio configurationfileSystemOptions
- the file system optionsupdateCheckEnabled
- whether to enable update checkpublic FileSystemOptions getFileSystemOptions()
public boolean updateCheckEnabled()
Copyright © 2023. All Rights Reserved.