@NotThreadSafe public final class FileSystemShell extends AbstractShell
mCloser, mConfiguration
Constructor and Description |
---|
FileSystemShell(InstancedConfiguration alluxioConf)
Creates a new instance of
FileSystemShell . |
Modifier and Type | Method and Description |
---|---|
protected String |
getShellName() |
protected Map<String,Command> |
loadCommands()
Map structure: Command name =>
Command instance. |
static void |
main(String[] argv)
Main method, starts a new FileSystemShell.
|
close, getCommands, printUsage, run
public FileSystemShell(InstancedConfiguration alluxioConf)
FileSystemShell
.alluxioConf
- Alluxio configurationpublic static void main(String[] argv) throws IOException
argv
- 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.