|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hbase.hql.BasicCommand
org.apache.hadoop.hbase.hql.ShowCommand
public class ShowCommand
Shows all available tables.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.hql.Command |
|---|
Command.CommandType |
| Field Summary |
|---|
| Fields inherited from class org.apache.hadoop.hbase.hql.BasicCommand |
|---|
LINE_SEPARATOR, TABLE_NOT_FOUND |
| Fields inherited from interface org.apache.hadoop.hbase.hql.Command |
|---|
FAMILY_INDICATOR |
| Constructor Summary | |
|---|---|
ShowCommand(Writer o,
TableFormatter f)
|
|
ShowCommand(Writer o,
TableFormatter f,
String argument)
|
|
| Method Summary | |
|---|---|
ReturnMsg |
execute(HBaseConfiguration conf)
Execute a command |
void |
setArgument(String argument)
|
| Methods inherited from class org.apache.hadoop.hbase.hql.BasicCommand |
|---|
appendDelimiter, extractErrMsg, extractErrMsg, getBasicCommand, getCommand, getCommandType, getOut, print, println |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShowCommand(Writer o,
TableFormatter f)
public ShowCommand(Writer o,
TableFormatter f,
String argument)
| Method Detail |
|---|
public ReturnMsg execute(HBaseConfiguration conf)
Command
conf - Configuration
public void setArgument(String argument)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||