@ThreadSafe
public final class FuseMountOptions
extends java.lang.Object
| Constructor and Description |
|---|
FuseMountOptions(java.lang.String mountPoint,
java.lang.String alluxioRoot,
boolean debug,
java.util.List<java.lang.String> fuseOpts) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlluxioRoot() |
java.util.List<java.lang.String> |
getFuseOpts() |
java.lang.String |
getMountPoint() |
boolean |
isDebug() |
public FuseMountOptions(java.lang.String mountPoint,
java.lang.String alluxioRoot,
boolean debug,
java.util.List<java.lang.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 java.lang.String getMountPoint()
public java.lang.String getAlluxioRoot()
public java.util.List<java.lang.String> getFuseOpts()
public boolean isDebug()
Copyright © 2021. All Rights Reserved.