public class FuseCliOptions extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
mHelp |
protected MountCliOptions |
mMountCliOptions |
protected Path |
mMountPoint |
protected AlluxioURI |
mRootUfsUri |
protected Boolean |
mUpdateCheck |
Constructor and Description |
---|
FuseCliOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Optional<Boolean> |
getHelp() |
Optional<MountOptions> |
getMountOptions() |
Optional<Path> |
getMountPoint() |
Optional<AlluxioURI> |
getRootUfsUri() |
Optional<Boolean> |
getUpdateCheck() |
int |
hashCode() |
protected Path mMountPoint
@Nullable protected AlluxioURI mRootUfsUri
@Nullable protected MountCliOptions mMountCliOptions
protected boolean mHelp
public Optional<Path> getMountPoint()
public Optional<AlluxioURI> getRootUfsUri()
/
in Alluxio namespacepublic Optional<MountOptions> getMountOptions()
Copyright © 2023. All Rights Reserved.