Uses of Class
org.apache.hadoop.hbase.HTable

Packages that use HTable
org.apache.hadoop.hbase.hql   
org.apache.hadoop.hbase.mapred   
org.apache.hadoop.hbase.rest   
org.apache.hadoop.hbase.thrift Provides an HBase Thrift service. 
 

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

Methods in org.apache.hadoop.hbase.hql with parameters of type HTable
 Text[] DeleteCommand.getColumnList(HBaseAdmin admin, HTable hTable)
           
 

Uses of HTable in org.apache.hadoop.hbase.mapred
 

Constructors in org.apache.hadoop.hbase.mapred with parameters of type HTable
TableOutputFormat.TableRecordWriter(HTable table)
          Instantiate a TableRecordWriter with the HBase HClient for writing.
 

Uses of HTable in org.apache.hadoop.hbase.rest
 

Methods in org.apache.hadoop.hbase.rest that return HTable
protected  HTable GenericHandler.getTable(String tableName)
           
 

Uses of HTable in org.apache.hadoop.hbase.thrift
 

Methods in org.apache.hadoop.hbase.thrift that return HTable
protected  HTable ThriftServer.HBaseHandler.getTable(byte[] tableName)
          Creates and returns an HTable instance from a given table name.
 



Copyright © 2006 The Apache Software Foundation