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.thrift2 |
Provides an HBase Thrift
service.
|
org.apache.hadoop.hbase.util |
Modifier and Type | Class and Description |
---|---|
class |
HRegionLocator
An implementation of
RegionLocator . |
class |
HTable
An implementation of
Table . |
Modifier and Type | Method and Description |
---|---|
RegionLocator |
HTable.getRegionLocator() |
RegionLocator |
ConnectionManager.HConnectionImplementation.getRegionLocator(TableName tableName) |
RegionLocator |
ConnectionAdapter.getRegionLocator(TableName tableName)
Deprecated.
|
RegionLocator |
HConnection.getRegionLocator(TableName tableName)
Deprecated.
Retrieve a RegionLocator implementation to inspect region information on a table.
|
RegionLocator |
Connection.getRegionLocator(TableName tableName)
Retrieve a RegionLocator implementation to inspect region information on a table.
|
Modifier and Type | Method and Description |
---|---|
private static Map<String,List<Put>> |
HTableUtil.createRsPutMap(RegionLocator htable,
List<Put> puts)
Deprecated.
|
private static Map<String,List<Row>> |
HTableUtil.createRsRowMap(RegionLocator htable,
List<Row> rows)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private RegionLocator |
HRegionPartitioner.locator |
Modifier and Type | Field and Description |
---|---|
private RegionLocator |
HRegionPartitioner.locator |
private RegionLocator |
TableInputFormatBase.regionLocator
The
RegionLocator of the table. |
Modifier and Type | Method and Description |
---|---|
protected RegionLocator |
TableInputFormatBase.getRegionLocator()
Allows subclasses to get the
RegionLocator . |
Modifier and Type | Method and Description |
---|---|
static void |
HFileOutputFormat2.configureIncrementalLoad(org.apache.hadoop.mapreduce.Job job,
HTableDescriptor tableDescriptor,
RegionLocator regionLocator)
Configure a MapReduce Job to perform an incremental load into the given
table.
|
(package private) static void |
HFileOutputFormat2.configureIncrementalLoad(org.apache.hadoop.mapreduce.Job job,
HTableDescriptor tableDescriptor,
RegionLocator regionLocator,
Class<? extends org.apache.hadoop.mapreduce.OutputFormat<?,?>> cls) |
static void |
HFileOutputFormat2.configureIncrementalLoad(org.apache.hadoop.mapreduce.Job job,
Table table,
RegionLocator regionLocator)
Configure a MapReduce Job to perform an incremental load into the given
table.
|
void |
LoadIncrementalHFiles.doBulkLoad(org.apache.hadoop.fs.Path hfofDir,
Admin admin,
Table table,
RegionLocator regionLocator)
Perform a bulk load of the given directory into the given
pre-existing table.
|
private static List<ImmutableBytesWritable> |
HFileOutputFormat2.getRegionStartKeys(RegionLocator table)
Return the start keys of all of the regions in this table,
as a list of ImmutableBytesWritable.
|
Modifier and Type | Method and Description |
---|---|
private RegionLocator |
ThriftHBaseServiceHandler.getLocator(ByteBuffer tableName) |
Modifier and Type | Method and Description |
---|---|
RegionLocator |
ConnectionCache.getRegionLocator(byte[] tableName)
Retrieve a regionLocator for the table.
|
Modifier and Type | Method and Description |
---|---|
private void |
RegionSizeCalculator.init(RegionLocator regionLocator,
Admin admin) |
Constructor and Description |
---|
RegionSizeCalculator(RegionLocator regionLocator,
Admin admin)
Computes size of each region for table and given column families.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.