org.apache.hadoop.hbase.shell
Class SelectCommand

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

public class SelectCommand
extends BasicCommand


Field Summary
 
Fields inherited from interface org.apache.hadoop.hbase.shell.Command
FAMILY_INDICATOR
 
Constructor Summary
SelectCommand()
           
 
Method Summary
 ReturnMsg execute(HClient client)
          Execute a command
 String getColumn()
           
 int getCondition()
           
 int getConditionSize()
           
 String getRow()
           
 long getTime()
           
 void setCondition(Map<String,List<String>> cond)
           
 void setLimit(int limit)
           
 void setTable(String table)
           
 
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

SelectCommand

public SelectCommand()
Method Detail

execute

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


setTable

public void setTable(String table)

setLimit

public void setLimit(int limit)

setCondition

public void setCondition(Map<String,List<String>> cond)

getRow

public String getRow()

getColumn

public String getColumn()

getTime

public long getTime()

getConditionSize

public int getConditionSize()

getCondition

public int getCondition()


Copyright © 2006 The Apache Software Foundation