Package | Description |
---|---|
alluxio.fuse | |
alluxio.fuse.meta | |
alluxio.fuse.options |
Modifier and Type | Method and Description |
---|---|
protected FileSystem |
AlluxioFuse.createBaseFileSystem(FileSystemContext fsContext,
FuseOptions fuseOptions) |
AlluxioJniFuseFileSystem |
AlluxioFuse.createFuseFileSystem(FileSystemContext fsContext,
FileSystem fs,
FuseOptions fuseOptions)
Create a FuseFileSystem instance.
|
protected AlluxioJniFuseFileSystem |
AlluxioFuse.createJniFuseSystem(FileSystemContext fsContext,
FileSystem fs,
FuseOptions fuseOptions) |
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 AlluxioJniFuseFileSystem |
AlluxioFuse.launchFuse(AlluxioJniFuseFileSystem fuseFs,
FileSystemContext fsContext,
FuseOptions fuseOptions,
boolean blocking)
Launches Fuse application.
|
protected void |
AlluxioFuse.startCommon(AlluxioConfiguration conf,
FuseOptions fuseOptions,
FileSystemContext fsContext)
Start common functionalities for a fuse client.
|
protected static void |
AlluxioFuse.validateFuseConfAndOptions(AlluxioConfiguration conf,
FuseOptions options) |
Constructor and Description |
---|
AlluxioJniFuseFileSystem(FileSystemContext fsContext,
FileSystem fs,
FuseOptions fuseOptions)
Creates a new instance of
AlluxioJniFuseFileSystem . |
Modifier and Type | Method and Description |
---|---|
static UpdateChecker |
UpdateChecker.create(FuseOptions fuseOptions)
Creates a
UpdateChecker . |
Modifier and Type | Method and Description |
---|---|
FuseOptions |
FuseOptions.Builder.build()
Builds Fuse options.
|
Copyright © 2023. All Rights Reserved.