@ThreadSafe public final class FuseMountOptions extends Object
Constructor and Description |
---|
FuseMountOptions(String mountPoint,
String alluxioRoot,
boolean debug,
List<String> fuseOpts) |
Modifier and Type | Method and Description |
---|---|
String |
getAlluxioRoot() |
List<String> |
getFuseOpts() |
String |
getMountPoint() |
boolean |
isDebug() |
public FuseMountOptions(String mountPoint, String alluxioRoot, boolean debug, List<String> fuseOpts)
mountPoint
- the path to where the FS should be mountedalluxioRoot
- the path within alluxio that will be used as the mounted FS rootdebug
- whether the file system should be mounted in debug modefuseOpts
- extra options to pass to the FUSE mount commandpublic String getMountPoint()
public String getAlluxioRoot()
public List<String> getFuseOpts()
public boolean isDebug()
Copyright © 2023. All Rights Reserved.