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