Uses of Class
org.apache.hadoop.hbase.HDFSBlocksDistribution

Packages that use 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

    Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.HDFSBlocksDistribution in in
    Modifier and Type
    Method
    Description
    void
    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

    Methods in org.apache.hadoop.hbase.mapreduce with parameters of type org.apache.hadoop.hbase.HDFSBlocksDistribution in in
    Modifier and Type
    Method
    Description
    static List<String>
    TableSnapshotInputFormatImpl.getBestLocations(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.HDFSBlocksDistribution blockDistribution)
     
  • Uses of org.apache.hadoop.hbase.HDFSBlocksDistribution in org.apache.hadoop.hbase.regionserver

    Methods in org.apache.hadoop.hbase.regionserver that return org.apache.hadoop.hbase.HDFSBlocksDistribution in in
    Modifier and Type
    Method
    Description
    static 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 demand
    static 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 demand
    org.apache.hadoop.hbase.HDFSBlocksDistribution
    StoreFileInfo.computeHDFSBlocksDistribution(org.apache.hadoop.fs.FileSystem fs)
    Compute the HDFS Block Distribution for this StoreFile
    org.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 distribution
    org.apache.hadoop.hbase.HDFSBlocksDistribution
    HRegion.getHDFSBlocksDistribution()
     
  • Uses of org.apache.hadoop.hbase.HDFSBlocksDistribution in org.apache.hadoop.hbase.util

    Methods in org.apache.hadoop.hbase.util that return org.apache.hadoop.hbase.HDFSBlocksDistribution in in
    Modifier and Type
    Method
    Description
    static 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 file
    static org.apache.hadoop.hbase.HDFSBlocksDistribution
    FSUtils.computeHDFSBlocksDistribution(org.apache.hadoop.hdfs.client.HdfsDataInputStream inputStream)
    Compute HDFS block distribution of a given HdfsDataInputStream.
    Methods in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.HDFSBlocksDistribution in in
    Modifier and Type
    Method
    Description
    static void
    FSUtils.addToHDFSBlocksDistribution(org.apache.hadoop.hbase.HDFSBlocksDistribution blocksDistribution, org.apache.hadoop.fs.BlockLocation[] blockLocations)
    Update blocksDistribution with blockLocations