@ThreadSafe
public final class AlluxioFuse
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static FuseUmountable |
launchFuse(FileSystemContext fsContext,
FileSystem fs,
boolean blocking)
Launches Fuse application.
|
static void |
main(java.lang.String[] args)
Running this class will mount the file system according to the options passed to this function.
|
public static void main(java.lang.String[] args)
throws org.apache.commons.cli.ParseException
args - arguments to run the command lineorg.apache.commons.cli.ParseExceptionpublic static FuseUmountable launchFuse(FileSystemContext fsContext, FileSystem fs, boolean blocking)
fsContext - file system context for Fuse client to communicate to serversfs - file system for Fuse client to communicate to serversblocking - whether the Fuse application is blocking or notCopyright © 2023. All Rights Reserved.