|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTable | |
---|---|
org.apache.hadoop.hbase.client | Provides HBase Client |
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 |
MetaScanner.BlockingMetaScannerVisitor.getMetaTable()
|
Methods in org.apache.hadoop.hbase.client with parameters of type HTable | |
---|---|
static void |
HTableUtil.bucketRsBatch(HTable htable,
List<Row> rows)
Processes a List of Rows (Put, Delete) and writes them to an HTable instance in RegionServer buckets via the htable.batch method. |
static void |
HTableUtil.bucketRsPut(HTable htable,
List<Put> puts)
Processes a List of Puts and writes them to an HTable instance in RegionServer buckets via the htable.put method. |
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)
|
protected void |
TableInputFormatBase.setHTable(HTable table)
Deprecated. Allows subclasses to set the HTable . |
void |
TableRecordReaderImpl.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 |
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 |
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. |
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)
|
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 | |
---|---|
HTable |
ThriftServerRunner.HBaseHandler.getTable(byte[] tableName)
Creates and returns an HTable instance from a given table name. |
HTable |
ThriftServerRunner.HBaseHandler.getTable(ByteBuffer tableName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |