public class TableShell extends AbstractShell
mCloser, mConfiguration
Constructor and Description |
---|
TableShell(InstancedConfiguration conf)
Construct a new instance of
TableShell . |
Modifier and Type | Method and Description |
---|---|
String |
getShellName() |
Map<String,Command> |
loadCommands()
Map structure: Command name =>
Command instance. |
static void |
main(String[] args)
Manage Alluxio extensions.
|
close, getCommands, printUsage, run
public TableShell(InstancedConfiguration conf)
TableShell
.conf
- the Alluxio configuration to use when instantiating the shellpublic static void main(String[] args)
args
- array of arguments given by the user's input from the terminalpublic Map<String,Command> loadCommands()
AbstractShell
Command
instance.loadCommands
in class AbstractShell
public String getShellName()
getShellName
in class AbstractShell
Copyright © 2023. All Rights Reserved.