org.apache.hadoop.hbase.hql
Class DescCommand
java.lang.Object
org.apache.hadoop.hbase.hql.BasicCommand
org.apache.hadoop.hbase.hql.DescCommand
- All Implemented Interfaces:
- Command, CommandFactory
public class DescCommand
- extends BasicCommand
Prints information about tables.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescCommand
public DescCommand(Writer o,
TableFormatter f)
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 table)
Copyright © 2006 The Apache Software Foundation