Class TableShell

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class TableShell
    extends alluxio.cli.AbstractShell
    A shell implementation which is used to load the commands for interacting with the Alluxio table service.
    • Field Summary

      • Fields inherited from class alluxio.cli.AbstractShell

        mCloser, mConfiguration
    • Constructor Summary

      Constructors 
      Constructor Description
      TableShell​(alluxio.conf.InstancedConfiguration conf)
      Construct a new instance of TableShell.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getShellName()  
      java.util.Map<java.lang.String,​alluxio.cli.Command> loadCommands()  
      static void main​(java.lang.String[] args)
      Manage Alluxio extensions.
      • Methods inherited from class alluxio.cli.AbstractShell

        close, getCommands, printUsage, run
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TableShell

        public TableShell​(alluxio.conf.InstancedConfiguration conf)
        Construct a new instance of TableShell.
        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:
        loadCommands in class alluxio.cli.AbstractShell
      • getShellName

        public java.lang.String getShellName()
        Specified by:
        getShellName in class alluxio.cli.AbstractShell