org.apache.hadoop.hbase.shell
Class DropCommand

java.lang.Object
  extended by org.apache.hadoop.hbase.shell.BasicCommand
      extended by org.apache.hadoop.hbase.shell.DropCommand
All Implemented Interfaces:
Command, CommandFactory

public class DropCommand
extends BasicCommand


Field Summary
 
Fields inherited from interface org.apache.hadoop.hbase.shell.Command
FAMILY_INDICATOR
 
Constructor Summary
DropCommand()
           
 
Method Summary
 ReturnMsg execute(HClient client)
          Execute a command
 void setArgument(String argument)
           
 
Methods inherited from class org.apache.hadoop.hbase.shell.BasicCommand
getBasicCommand, getCommand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropCommand

public DropCommand()
Method Detail

execute

public ReturnMsg execute(HClient client)
Description copied from interface: Command
Execute a command


setArgument

public void setArgument(String argument)


Copyright © 2006 The Apache Software Foundation