@NotThreadSafe public final class FileSystemShell extends AbstractShell
mCloser, mConfiguration| Constructor and Description |
|---|
FileSystemShell(AlluxioConfiguration alluxioConf)
Creates a new instance of
FileSystemShell. |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getShellName() |
protected java.util.Map<java.lang.String,Command> |
loadCommands() |
static void |
main(java.lang.String[] argv)
Main method, starts a new FileSystemShell.
|
close, getCommands, printUsage, runpublic FileSystemShell(AlluxioConfiguration alluxioConf)
FileSystemShell.alluxioConf - Alluxio configurationpublic static void main(java.lang.String[] argv)
throws java.io.IOException
argv - array of arguments given by the user's input from the terminaljava.io.IOExceptionprotected java.lang.String getShellName()
getShellName in class AbstractShellprotected java.util.Map<java.lang.String,Command> loadCommands()
loadCommands in class AbstractShellCopyright © 2022. All Rights Reserved.