|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HDFSBlocksDistribution | |
---|---|
org.apache.hadoop.hbase | |
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.regionserver |
---|
Methods in org.apache.hadoop.hbase.regionserver that return HDFSBlocksDistribution | |
---|---|
static HDFSBlocksDistribution |
StoreFile.computeHDFSBlockDistribution(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path p)
helper function to compute HDFS blocks distribution of a given file. |
static HDFSBlocksDistribution |
HRegion.computeHDFSBlocksDistribution(org.apache.hadoop.conf.Configuration conf,
HTableDescriptor tableDescriptor,
String regionEncodedName)
This is a helper function to compute HDFS block distribution on demand |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |