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)
          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
 

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

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