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()
|
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
MASTER_ADDRESS
public static String MASTER_ADDRESS
HTML_OPTION
public static String HTML_OPTION
RELAUNCH_FLAG
public static int RELAUNCH_FLAG
EXIT_FLAG
public static int EXIT_FLAG
Shell
public Shell()
executeTime
public static String executeTime(boolean watch,
long start,
long end)
- Parameters:
watch
- true if execution time should be computed and returnedstart
- start of time intervalend
- end of time interval
- Returns:
- a string of code execution time.
main
public static void main(String[] args)
throws IOException
- Main method
- Parameters:
args
- not used
- Throws:
IOException
Copyright © 2008 The Apache Software Foundation