org.apache.hadoop.hbase.shell
Class BasicCommand

java.lang.Object
  extended by 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

Field Summary
 
Fields inherited from interface org.apache.hadoop.hbase.shell.Command
FAMILY_INDICATOR
 
Constructor Summary
BasicCommand()
           
 
Method Summary
 BasicCommand getBasicCommand()
           
 Command getCommand()
          basic commands are their own factories.
 
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
 

Constructor Detail

BasicCommand

public BasicCommand()
Method Detail

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