org.apache.hadoop.hbase
Class Shell
java.lang.Object
org.apache.hadoop.hbase.Shell
public class Shell
- extends Object
An hbase shell.
- See Also:
- HBaseShell
Constructor Summary |
Shell()
|
Method Summary |
static String |
executeTime(boolean watch,
long start,
long end)
return a string of code execution time. |
static void |
main(String[] args)
Main method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_BELL_ENABLED
public static final boolean DEFAULT_BELL_ENABLED
- audible keyboard bells
- See Also:
- Constant Field Values
Shell
public Shell()
main
public static void main(String[] args)
throws IOException
- Main method
- Throws:
IOException
executeTime
public static String executeTime(boolean watch,
long start,
long end)
- return a string of code execution time.
Copyright © 2006 The Apache Software Foundation