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 
 

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)
          Deprecated.  
protected  void TableInputFormatBase.setHTable(HTable table)
          Deprecated. Allows subclasses to set the HTable.
 void TableRecordReaderImpl.setHTable(HTable htable)
          Deprecated.  
 

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 LoadIncrementalHFiles.bulkLoadPhase(HTable table, HConnection conn, ExecutorService pool, Deque<org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.LoadQueueItem> queue, com.google.common.collect.Multimap<ByteBuffer,org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.LoadQueueItem> regionGroups)
          This takes the LQI's grouped by likely regions and attempts to bulk load them.
static void HFileOutputFormat2.configureIncrementalLoad(org.apache.hadoop.mapreduce.Job job, HTable table)
          Configure a MapReduce Job to perform an incremental load into the given table.
static void HFileOutputFormat.configureIncrementalLoad(org.apache.hadoop.mapreduce.Job job, HTable table)
          Deprecated. Configure a MapReduce Job to perform an incremental load into the given table.
static void HFileOutputFormat2.configureIncrementalLoadMap(org.apache.hadoop.mapreduce.Job job, HTable 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.
protected  List<org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.LoadQueueItem> LoadIncrementalHFiles.groupOrSplit(com.google.common.collect.Multimap<ByteBuffer,org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.LoadQueueItem> regionGroups, org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.LoadQueueItem item, HTable table, Pair<byte[][],byte[][]> startEndKeys)
          Attempt to assign the given load queue item into its target region group.
 void TableRecordReader.setHTable(HTable htable)
          Sets the HBase table.
protected  void TableInputFormatBase.setHTable(HTable table)
          Allows subclasses to set the HTable.
 void TableRecordReaderImpl.setHTable(HTable htable)
          Sets the HBase table.
protected  List<org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.LoadQueueItem> LoadIncrementalHFiles.splitStoreFile(org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.LoadQueueItem item, HTable table, byte[] startKey, byte[] splitKey)
           
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.