@NotThreadSafe public final class JobShell extends AbstractShell
mCloser, mConfiguration| Constructor and Description |
|---|
JobShell(AlluxioConfiguration alluxioConf)
Creates a new instance of
JobShell. |
| 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 JobShell.
|
close, getCommands, printUsage, runpublic JobShell(AlluxioConfiguration alluxioConf)
JobShell.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.