org.apache.hadoop.hbase.shell
Class DeleteCommand
java.lang.Object
org.apache.hadoop.hbase.shell.BasicCommand
org.apache.hadoop.hbase.shell.DeleteCommand
- All Implemented Interfaces:
- Command, CommandFactory
public class DeleteCommand
- extends BasicCommand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteCommand
public DeleteCommand()
execute
public ReturnMsg execute(HClient client)
- Description copied from interface:
Command
- Execute a command
setTable
public void setTable(String table)
setCondition
public void setCondition(Map<String,List<String>> cond)
getRow
public Text getRow()
getColumn
public Text getColumn()
Copyright © 2006 The Apache Software Foundation