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

Packages that use HTable
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.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
 void TableRecordReader.setHTable(HTable htable)
           
 void TableRecordReaderImpl.setHTable(HTable htable)
           
protected  void TableInputFormatBase.setHTable(HTable table)
          Deprecated. Allows subclasses to set the 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
static void HFileOutputFormat.configureIncrementalLoad(org.apache.hadoop.mapreduce.Job job, HTable table)
          Configure a MapReduce Job to perform an incremental load into the given table.
 void LoadIncrementalHFiles.doBulkLoad(org.apache.hadoop.fs.Path hfofDir, HTable table)
          Perform a bulk load of the given directory into the given pre-existing table.
 void TableRecordReader.setHTable(HTable htable)
          Sets the HBase table.
 void TableRecordReaderImpl.setHTable(HTable htable)
          Sets the HBase table.
protected  void TableInputFormatBase.setHTable(HTable table)
          Allows subclasses to set the HTable.
 

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 © 2011 The Apache Software Foundation. All Rights Reserved.