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

Packages that use HDFSBlocksDistribution
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.mapreduce Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.util   
 

Uses of HDFSBlocksDistribution in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase with parameters of type HDFSBlocksDistribution
 void HDFSBlocksDistribution.add(HDFSBlocksDistribution otherBlocksDistribution)
          This will add the distribution from input to this object
 

Uses of HDFSBlocksDistribution in org.apache.hadoop.hbase.mapreduce
 

Methods in org.apache.hadoop.hbase.mapreduce with parameters of type HDFSBlocksDistribution
static List<String> TableSnapshotInputFormatImpl.getBestLocations(org.apache.hadoop.conf.Configuration conf, HDFSBlocksDistribution blockDistribution)
          This computes the locations to be passed from the InputSplit.
 

Uses of HDFSBlocksDistribution in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return HDFSBlocksDistribution
static HDFSBlocksDistribution HRegion.computeHDFSBlocksDistribution(org.apache.hadoop.conf.Configuration conf, HTableDescriptor tableDescriptor, HRegionInfo regionInfo)
          This is a helper function to compute HDFS block distribution on demand
static HDFSBlocksDistribution HRegion.computeHDFSBlocksDistribution(org.apache.hadoop.conf.Configuration conf, HTableDescriptor tableDescriptor, HRegionInfo 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 StoreFileInfo.getHDFSBlockDistribution()
           
 HDFSBlocksDistribution StoreFile.getHDFSBlockDistribution()
           
 HDFSBlocksDistribution HRegion.getHDFSBlocksDistribution()
          This function will return the HDFS blocks distribution based on the data captured when HFile is created
 

Uses of HDFSBlocksDistribution in org.apache.hadoop.hbase.util
 

Methods in org.apache.hadoop.hbase.util that return HDFSBlocksDistribution
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
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.