public class FuseOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FuseOptions.Builder
Builder for Fuse options.
|
Modifier and Type | Field and Description |
---|---|
static PropertyKey |
FUSE_UFS_ROOT
The UFS root that Fuse mounts.
|
static PropertyKey |
FUSE_UPDATE_CHECK_ENABLED |
Modifier | Constructor and Description |
---|---|
protected |
FuseOptions(FileSystemOptions fileSystemOptions,
Set<String> fuseMountOptions,
boolean updateCheckEnabled,
boolean specialCommandEnabled)
Creates a new instance of
FuseOptions . |
Modifier and Type | Method and Description |
---|---|
FileSystemOptions |
getFileSystemOptions() |
Set<String> |
getFuseMountOptions() |
boolean |
specialCommandEnabled() |
boolean |
updateCheckEnabled() |
public static final PropertyKey FUSE_UPDATE_CHECK_ENABLED
public static final PropertyKey FUSE_UFS_ROOT
PropertyKey.DORA_CLIENT_UFS_ROOT
.protected FuseOptions(FileSystemOptions fileSystemOptions, Set<String> fuseMountOptions, boolean updateCheckEnabled, boolean specialCommandEnabled)
FuseOptions
.fileSystemOptions
- the file system optionsfuseMountOptions
- the FUSE mount optionsupdateCheckEnabled
- whether to enable update checkspecialCommandEnabled
- whether fuse special commands are enabledpublic FileSystemOptions getFileSystemOptions()
public boolean updateCheckEnabled()
public boolean specialCommandEnabled()
Copyright © 2023. All Rights Reserved.