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