org.apache.hadoop.hbase.hql
Class ShowCommand
java.lang.Object
org.apache.hadoop.hbase.hql.BasicCommand
org.apache.hadoop.hbase.hql.ShowCommand
- All Implemented Interfaces:
- Command, CommandFactory
public class ShowCommand
- extends BasicCommand
Shows all available tables.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShowCommand
public ShowCommand(Writer o,
TableFormatter f)
ShowCommand
public ShowCommand(Writer o,
TableFormatter f,
String argument)
execute
public ReturnMsg execute(HBaseConfiguration conf)
- Description copied from interface:
Command
- Execute a command
- Parameters:
conf
- Configuration
- Returns:
- Result of command execution
setArgument
public void setArgument(String argument)
Copyright © 2008 The Apache Software Foundation