Package alluxio.cli.table
Class TableShell
- java.lang.Object
-
- alluxio.cli.AbstractShell
-
- alluxio.cli.table.TableShell
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public class TableShell extends alluxio.cli.AbstractShellA shell implementation which is used to load the commands for interacting with the Alluxio table service.
-
-
Constructor Summary
Constructors Constructor Description TableShell(alluxio.conf.InstancedConfiguration conf)Construct a new instance ofTableShell.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetShellName()java.util.Map<java.lang.String,alluxio.cli.Command>loadCommands()static voidmain(java.lang.String[] args)Manage Alluxio extensions.
-
-
-
Constructor Detail
-
TableShell
public TableShell(alluxio.conf.InstancedConfiguration conf)
Construct a new instance ofTableShell.- Parameters:
conf- the Alluxio configuration to use when instantiating the shell
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
Manage Alluxio extensions.- Parameters:
args- array of arguments given by the user's input from the terminal
-
loadCommands
public java.util.Map<java.lang.String,alluxio.cli.Command> loadCommands()
- Specified by:
loadCommandsin classalluxio.cli.AbstractShell
-
getShellName
public java.lang.String getShellName()
- Specified by:
getShellNamein classalluxio.cli.AbstractShell
-
-