org.apache.hadoop.hbase.shell
Class BasicCommand
java.lang.Object
org.apache.hadoop.hbase.shell.BasicCommand
- All Implemented Interfaces:
- Command, CommandFactory
- Direct Known Subclasses:
- ClearCommand, CreateCommand, DeleteCommand, DescCommand, DropCommand, ExitCommand, HelpCommand, InsertCommand, SelectCommand, ShowCommand
public abstract class BasicCommand
- extends Object
- implements Command, CommandFactory
- See Also:
- HBaseShell
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.hadoop.hbase.shell.Command |
execute |
BasicCommand
public BasicCommand()
getBasicCommand
public BasicCommand getBasicCommand()
getCommand
public Command getCommand()
- basic commands are their own factories.
- Specified by:
getCommand
in interface CommandFactory
Copyright © 2006 The Apache Software Foundation