@ThreadSafe
public final class AlluxioFuse
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Running this class will mount the file system according to
the options passed to this function
parseOptions(String[]). |
public static void main(java.lang.String[] args)
parseOptions(String[]).
The user-space fuse application will stay on the foreground and keep
the file system mounted. The user can unmount the file system by
gracefully killing (SIGINT) the process.args - arguments to run the command lineCopyright © 2018. All Rights Reserved.