| Package | Description |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.mapreduce |
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
|
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.util |
| Modifier and Type | Method and Description |
|---|---|
void |
HDFSBlocksDistribution.add(HDFSBlocksDistribution otherBlocksDistribution)
This will add the distribution from input to this object
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
TableSnapshotInputFormatImpl.getBestLocations(Configuration conf,
HDFSBlocksDistribution blockDistribution)
This computes the locations to be passed from the InputSplit.
|
| Modifier and Type | Method and Description |
|---|---|
static HDFSBlocksDistribution |
HRegion.computeHDFSBlocksDistribution(Configuration conf,
HTableDescriptor tableDescriptor,
HRegionInfo regionInfo)
This is a helper function to compute HDFS block distribution on demand
|
static HDFSBlocksDistribution |
HRegion.computeHDFSBlocksDistribution(Configuration conf,
HTableDescriptor tableDescriptor,
HRegionInfo regionInfo,
Path tablePath)
This is a helper function to compute HDFS block distribution on demand
|
HDFSBlocksDistribution |
StoreFileInfo.computeHDFSBlocksDistribution(FileSystem fs)
Compute the HDFS Block Distribution for this StoreFile
|
HDFSBlocksDistribution |
StoreFile.getHDFSBlockDistribution() |
HDFSBlocksDistribution |
StoreFileInfo.getHDFSBlockDistribution() |
HDFSBlocksDistribution |
MockStoreFile.getHDFSBlockDistribution() |
HDFSBlocksDistribution |
HRegion.getHDFSBlocksDistribution() |
HDFSBlocksDistribution |
Region.getHDFSBlocksDistribution() |
| Modifier and Type | Method and Description |
|---|---|
static HDFSBlocksDistribution |
FSUtils.computeHDFSBlocksDistribution(FileSystem fs,
FileStatus status,
long start,
long length)
Compute HDFS blocks distribution of a given file, or a portion of the file
|