org.apache.hadoop.hbase.shell
Class ConsoleTable

java.lang.Object
  extended by org.apache.hadoop.hbase.shell.ConsoleTable

public class ConsoleTable
extends Object

Manufactures console table, but stupid.


Constructor Summary
ConsoleTable()
           
 
Method Summary
static int getBiggerInt(int[] integers)
           
static void printFoot()
           
static void printHead(String name)
           
static void printLine(int count, String key, String column, String cellData)
           
static void printTable(int count, String name)
           
static void selectFoot()
           
static void selectHead()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleTable

public ConsoleTable()
Method Detail

printHead

public static void printHead(String name)

printFoot

public static void printFoot()

printTable

public static void printTable(int count,
                              String name)

selectHead

public static void selectHead()

printLine

public static void printLine(int count,
                             String key,
                             String column,
                             String cellData)

getBiggerInt

public static int getBiggerInt(int[] integers)

selectFoot

public static void selectFoot()


Copyright © 2006 The Apache Software Foundation