public final class FileSystemAdminShell extends AbstractShell
mCloser, mConfiguration
Constructor and Description |
---|
FileSystemAdminShell(InstancedConfiguration alluxioConf)
Construct a new instance of
FileSystemAdminShell . |
Modifier and Type | Method and Description |
---|---|
protected String |
getShellName() |
protected Map<String,Command> |
loadCommands()
Map structure: Command name =>
Command instance. |
static void |
main(String[] args)
Manage Alluxio file system.
|
close, getCommands, printUsage, run
public FileSystemAdminShell(InstancedConfiguration alluxioConf)
FileSystemAdminShell
.alluxioConf
- Alluxio configurationpublic static void main(String[] args) throws IOException
args
- array of arguments given by the user's input from the terminalIOException
protected String getShellName()
getShellName
in class AbstractShell
protected Map<String,Command> loadCommands()
AbstractShell
Command
instance.loadCommands
in class AbstractShell
Copyright © 2023. All Rights Reserved.