org.apache.hadoop.hbase
Class Shell

java.lang.Object
  extended by org.apache.hadoop.hbase.Shell

public class Shell
extends Object

An hbase shell.

See Also:
HbaseShell

Field Summary
static boolean DEFAULT_BELL_ENABLED
          audible keyboard bells
 
Constructor Summary
Shell()
           
 
Method Summary
static String executeTime(boolean watch, long start, long end)
           
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
 

Field Detail

DEFAULT_BELL_ENABLED

public static final boolean DEFAULT_BELL_ENABLED
audible keyboard bells

See Also:
Constant Field Values
Constructor Detail

Shell

public Shell()
Method Detail

executeTime

public static String executeTime(boolean watch,
                                 long start,
                                 long end)
Parameters:
watch - true if execution time should be computed and returned
start - start of time interval
end - 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 © 2006 The Apache Software Foundation