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 |
---|---|
static FileSystemOptions |
FileSystemOptions.create(AlluxioConfiguration conf)
Creates the file system options.
|
static FileSystemOptions |
FileSystemOptions.create(AlluxioConfiguration conf,
Optional<UfsFileSystemOptions> ufsOptions)
Creates the file system options.
|
Modifier and Type | Method and Description |
---|---|
FileSystemOptions |
FuseOptions.getFileSystemOptions() |
Modifier and Type | Method and Description |
---|---|
static FuseOptions |
FuseOptions.create(AlluxioConfiguration conf,
FileSystemOptions fileSystemOptions,
boolean updateCheckEnabled)
Creates the FUSE options.
|
Copyright © 2023. All Rights Reserved.