@ThreadSafe public abstract class AbstractFuseShellCommand extends java.lang.Object implements FuseCommand
FuseCommand classes.| Modifier and Type | Field and Description |
|---|---|
protected AlluxioConfiguration |
mConf |
protected FileSystem |
mFileSystem |
protected java.lang.String |
mParentCommandName |
| Constructor and Description |
|---|
AbstractFuseShellCommand(FileSystem fileSystem,
AlluxioConfiguration conf,
java.lang.String commandName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getParentCommandName()
Gets the parent command name.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrun, validateArgsclose, getCommandName, getDescription, getOptions, getSubCommands, getUsage, hasSubCommand, parseAndValidateArgs, run, validateArgsprotected final AlluxioConfiguration mConf
protected final FileSystem mFileSystem
protected final java.lang.String mParentCommandName
public AbstractFuseShellCommand(FileSystem fileSystem, AlluxioConfiguration conf, java.lang.String commandName)
fileSystem - the file system the command takes effect onconf - the Alluxio configurationcommandName - the parent command nameCopyright © 2023. All Rights Reserved.