| Package | Description |
|---|---|
| org.apache.hadoop.hbase | |
| 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 HDFSBlocksDistribution |
HRegion.computeHDFSBlocksDistribution(org.apache.hadoop.conf.Configuration conf,
TableDescriptor tableDescriptor,
RegionInfo regionInfo)
This is a helper function to compute HDFS block distribution on demand
|
static HDFSBlocksDistribution |
HRegion.computeHDFSBlocksDistribution(org.apache.hadoop.conf.Configuration conf,
TableDescriptor tableDescriptor,
RegionInfo regionInfo,
org.apache.hadoop.fs.Path tablePath)
This is a helper function to compute HDFS block distribution on demand
|
HDFSBlocksDistribution |
StoreFileInfo.computeHDFSBlocksDistribution(org.apache.hadoop.fs.FileSystem fs)
Compute the HDFS Block Distribution for this StoreFile
|
HDFSBlocksDistribution |
HStoreFile.getHDFSBlockDistribution() |
HDFSBlocksDistribution |
InputStreamBlockDistribution.getHDFSBlockDistribution()
Get the HDFSBlocksDistribution derived from the StoreFile input stream, re-computing if cache
is expired.
|
HDFSBlocksDistribution |
StoreFileInfo.getHDFSBlockDistribution()
Returns the HDFS block distribution
|
HDFSBlocksDistribution |
HRegion.getHDFSBlocksDistribution() |
| Modifier and Type | Method and Description |
|---|---|
static HDFSBlocksDistribution |
FSUtils.computeHDFSBlocksDistribution(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.FileStatus status,
long start,
long length)
Compute HDFS blocks distribution of a given file, or a portion of the file
|
static HDFSBlocksDistribution |
FSUtils.computeHDFSBlocksDistribution(org.apache.hadoop.hdfs.client.HdfsDataInputStream inputStream)
Compute HDFS block distribution of a given HdfsDataInputStream.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FSUtils.addToHDFSBlocksDistribution(HDFSBlocksDistribution blocksDistribution,
org.apache.hadoop.fs.BlockLocation[] blockLocations)
Update blocksDistribution with blockLocations
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.