Uses of Interface
org.apache.hadoop.hbase.hql.TableFormatter

Packages that use TableFormatter
org.apache.hadoop.hbase.hql   
org.apache.hadoop.hbase.hql.formatter   
org.apache.hadoop.hbase.hql.generated   
 

Uses of TableFormatter in org.apache.hadoop.hbase.hql
 

Methods in org.apache.hadoop.hbase.hql that return TableFormatter
 TableFormatter TableFormatterFactory.get()
           
 

Constructors in org.apache.hadoop.hbase.hql with parameters of type TableFormatter
DescCommand(Writer o, TableFormatter f)
           
HelpCommand(Writer o, TableFormatter f)
           
HQLClient(HBaseConfiguration config, String master, Writer output, TableFormatter formatter)
           
SelectCommand(Writer o, TableFormatter f)
           
ShowCommand(Writer o, TableFormatter f)
           
ShowCommand(Writer o, TableFormatter f, String argument)
           
 

Uses of TableFormatter in org.apache.hadoop.hbase.hql.formatter
 

Classes in org.apache.hadoop.hbase.hql.formatter that implement TableFormatter
 class AsciiTableFormatter
          Formatter that outputs data inside an ASCII table.
 class HtmlTableFormatter
          Formatter that outputs data inside an HTML table.
 

Uses of TableFormatter in org.apache.hadoop.hbase.hql.generated
 

Constructors in org.apache.hadoop.hbase.hql.generated with parameters of type TableFormatter
HQLParser(String query, Writer o, TableFormatter f)
           
 



Copyright © 2006 The Apache Software Foundation