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

Packages that use HTable
org.apache.hadoop.hbase.client.transactional This package provides support for atomic transactions. 
org.apache.hadoop.hbase.mapred Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
org.apache.hadoop.hbase.rest   
org.apache.hadoop.hbase.thrift Provides an HBase Thrift service. 
 

Uses of HTable in org.apache.hadoop.hbase.client.transactional
 

Subclasses of HTable in org.apache.hadoop.hbase.client.transactional
 class TransactionalTable
          Table with transactional support.
 

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

Methods in org.apache.hadoop.hbase.mapred with parameters of type HTable
protected  void TableInputFormatBase.setHTable(HTable table)
          Allows subclasses to set the HTable.
 void TableInputFormatBase.TableRecordReader.setHTable(HTable htable)
           
 

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 © 2008 The Apache Software Foundation