Uses of Class
org.apache.hadoop.hbase.HDFSBlocksDistribution
Package
Description
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
-
Uses of org.apache.hadoop.hbase.HDFSBlocksDistribution in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionvoid
HDFSBlocksDistribution.add
(org.apache.hadoop.hbase.HDFSBlocksDistribution otherBlocksDistribution) This will add the distribution from input to this object -
Uses of org.apache.hadoop.hbase.HDFSBlocksDistribution in org.apache.hadoop.hbase.mapreduce
-
Uses of org.apache.hadoop.hbase.HDFSBlocksDistribution in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.HDFSBlocksDistribution
HRegion.computeHDFSBlocksDistribution
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.client.TableDescriptor tableDescriptor, org.apache.hadoop.hbase.client.RegionInfo regionInfo) This is a helper function to compute HDFS block distribution on demandstatic org.apache.hadoop.hbase.HDFSBlocksDistribution
HRegion.computeHDFSBlocksDistribution
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.client.TableDescriptor tableDescriptor, org.apache.hadoop.hbase.client.RegionInfo regionInfo, org.apache.hadoop.fs.Path tablePath) This is a helper function to compute HDFS block distribution on demandorg.apache.hadoop.hbase.HDFSBlocksDistribution
StoreFileInfo.computeHDFSBlocksDistribution
(org.apache.hadoop.fs.FileSystem fs) Compute the HDFS Block Distribution for this StoreFileorg.apache.hadoop.hbase.HDFSBlocksDistribution
HStoreFile.getHDFSBlockDistribution()
org.apache.hadoop.hbase.HDFSBlocksDistribution
InputStreamBlockDistribution.getHDFSBlockDistribution()
Get the HDFSBlocksDistribution derived from the StoreFile input stream, re-computing if cache is expired.org.apache.hadoop.hbase.HDFSBlocksDistribution
StoreFileInfo.getHDFSBlockDistribution()
Returns the HDFS block distributionorg.apache.hadoop.hbase.HDFSBlocksDistribution
HRegion.getHDFSBlocksDistribution()
-
Uses of org.apache.hadoop.hbase.HDFSBlocksDistribution in org.apache.hadoop.hbase.util
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.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 filestatic org.apache.hadoop.hbase.HDFSBlocksDistribution
FSUtils.computeHDFSBlocksDistribution
(org.apache.hadoop.hdfs.client.HdfsDataInputStream inputStream) Compute HDFS block distribution of a given HdfsDataInputStream.Modifier and TypeMethodDescriptionstatic void
FSUtils.addToHDFSBlocksDistribution
(org.apache.hadoop.hbase.HDFSBlocksDistribution blocksDistribution, org.apache.hadoop.fs.BlockLocation[] blockLocations) Update blocksDistribution with blockLocations