public final class AlluxioFuseCliOpts extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AlluxioFuseCliOpts.AlluxioFuseCliParser
A parser that parses the CLI when Fuse is launched through command line.
|
Modifier and Type | Method and Description |
---|---|
static AlluxioFuseCliOpts |
empty()
Constructs an empty
AlluxioFuseCliOpts where all fields are empty. |
Optional<List<String>> |
getFuseOptions() |
Optional<String> |
getMountAlluxioPath() |
Optional<String> |
getMountPoint() |
public Optional<String> getMountAlluxioPath()
public Optional<List<String>> getFuseOptions()
public static AlluxioFuseCliOpts empty()
AlluxioFuseCliOpts
where all fields are empty.AlluxioFuseCliOpts
Copyright © 2023. All Rights Reserved.