Package | Description |
---|---|
alluxio.fuse | |
alluxio.fuse.meta | |
alluxio.fuse.options |
Modifier and Type | Method and Description |
---|---|
static String |
AlluxioFuseUtils.getMountedRootPath(AlluxioConfiguration conf,
FuseOptions fuseOptions)
Gets the path be mounted to local fuse mount point.
|
static com.google.common.cache.LoadingCache<String,AlluxioURI> |
AlluxioFuseUtils.getPathResolverCache(AlluxioConfiguration conf,
FuseOptions options)
Gets the cache for resolving FUSE path into
AlluxioURI . |
static FuseUmountable |
AlluxioFuse.launchFuse(FileSystemContext fsContext,
FileSystem fs,
FuseOptions fuseOptions,
boolean blocking)
Launches Fuse application.
|
Constructor and Description |
---|
AlluxioJniFuseFileSystem(FileSystemContext fsContext,
FileSystem fs,
FuseOptions fuseOptions)
Creates a new instance of
AlluxioJniFuseFileSystem . |
AlluxioJnrFuseFileSystem(FileSystem fs,
AlluxioConfiguration conf,
FuseOptions fuseOptions)
Creates a new instance of
AlluxioJnrFuseFileSystem . |
Modifier and Type | Method and Description |
---|---|
static UpdateChecker |
UpdateChecker.create(FuseOptions fuseOptions)
Creates a
UpdateChecker . |
Modifier and Type | Method and Description |
---|---|
static FuseOptions |
FuseOptions.create(AlluxioConfiguration conf)
Creates the FUSE options.
|
static FuseOptions |
FuseOptions.create(AlluxioConfiguration conf,
boolean updateCheckEnabled)
Creates the FUSE options.
|
static FuseOptions |
FuseOptions.create(AlluxioConfiguration conf,
FileSystemOptions fileSystemOptions,
boolean updateCheckEnabled)
Creates the FUSE options.
|
Copyright © 2023. All Rights Reserved.