Package | Description |
---|---|
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 methods.
|
org.apache.hadoop.hbase.mapreduce |
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
|
org.apache.hadoop.hbase.util |
Modifier and Type | Method and Description |
---|---|
static void |
HTableUtil.bucketRsBatch(HTable htable,
List<Row> rows)
Deprecated.
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)
Deprecated.
Processes a List of Puts and writes them to an HTable instance in RegionServer buckets via the htable.put method.
|
Modifier and Type | Method and Description |
---|---|
protected HTable |
TableInputFormatBase.getHTable()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TableInputFormatBase.setHTable(HTable table)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected HTable |
TableInputFormatBase.getHTable()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
HFileOutputFormat2.configureIncrementalLoad(org.apache.hadoop.mapreduce.Job job,
HTable table)
Deprecated.
|
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.
|
void |
LoadIncrementalHFiles.doBulkLoad(org.apache.hadoop.fs.Path hfofDir,
HTable table)
Deprecated.
since hbase-1.3.0, hbase-1.2.2, and hbase-1.1.6; replaced
by
LoadIncrementalHFiles.doBulkLoad(Path, Admin, Table, RegionLocator) . |
protected void |
TableInputFormatBase.setHTable(HTable table)
Deprecated.
|
Constructor and Description |
---|
RegionSizeCalculator(HTable table)
Deprecated.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.