Package | Description |
---|---|
alluxio.client.file | |
alluxio.client.file.options | |
alluxio.fuse.options |
Modifier and Type | Method and Description |
---|---|
static FileSystem |
FileSystem.Factory.create(FileSystemContext context,
FileSystemOptions options) |
Modifier and Type | Method and Description |
---|---|
FileSystemOptions |
FileSystemOptions.Builder.build() |
Modifier and Type | Method and Description |
---|---|
FileSystemOptions |
FuseOptions.getFileSystemOptions() |
FileSystemOptions |
FuseOptions.Builder.getFileSystemOptions() |
Modifier and Type | Method and Description |
---|---|
FuseOptions.Builder |
FuseOptions.Builder.setFileSystemOptions(FileSystemOptions fileSystemOptions)
Set file system options.
|
Constructor and Description |
---|
FuseOptions(FileSystemOptions fileSystemOptions,
Set<String> fuseMountOptions,
boolean updateCheckEnabled,
boolean specialCommandEnabled)
Creates a new instance of
FuseOptions . |
Copyright © 2023. All Rights Reserved.