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

Packages that use HTable
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.client.tableindexed This package provides support for secondary indexing by maintaining a separate, "index", table for each index. 
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.mapreduce Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
org.apache.hadoop.hbase.thrift Provides an HBase Thrift service. 
 

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

Methods in org.apache.hadoop.hbase.client that return HTable
 HTable HTablePool.getTable(byte[] tableName)
          Get a reference to the specified table from the pool.
 HTable HTablePool.getTable(String tableName)
          Get a reference to the specified table from the pool.
protected  HTable HTablePool.newHTable(String tableName)
          Deprecated. Use createHTable
 

Methods in org.apache.hadoop.hbase.client with parameters of type HTable
 void HTablePool.putTable(HTable table)
          Puts the specified HTable back into the pool.
 

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

Subclasses of HTable in org.apache.hadoop.hbase.client.tableindexed
 class IndexedTable
          HTable extended with indexed support.
 

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 that return HTable
protected  HTable TableInputFormatBase.getHTable()
          Deprecated. Allows subclasses to get the HTable.
 

Methods in org.apache.hadoop.hbase.mapred with parameters of type HTable
protected  void TableInputFormatBase.setHTable(HTable table)
          Deprecated. 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.mapreduce
 

Methods in org.apache.hadoop.hbase.mapreduce that return HTable
protected  HTable TableInputFormatBase.getHTable()
          Allows subclasses to get the HTable.
 

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

Constructors in org.apache.hadoop.hbase.mapreduce 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.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 © 2009 The Apache Software Foundation