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

Packages that use org.apache.hadoop.hbase.HDFSBlocksDistribution.HostAndWeight
Package
Description
 
  • Uses of org.apache.hadoop.hbase.HDFSBlocksDistribution.HostAndWeight in org.apache.hadoop.hbase

    Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.HDFSBlocksDistribution.HostAndWeight in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.HDFSBlocksDistribution.HostAndWeight[]
    HDFSBlocksDistribution.getTopHostsWithWeights()
    Return the sorted list of hosts in terms of their weights
    Methods in org.apache.hadoop.hbase that return types with arguments of type org.apache.hadoop.hbase.HDFSBlocksDistribution.HostAndWeight in in
    Modifier and Type
    Method
    Description
    Map<String,org.apache.hadoop.hbase.HDFSBlocksDistribution.HostAndWeight>
    HDFSBlocksDistribution.getHostAndWeights()
    Returns the hosts and their weights
    Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.HDFSBlocksDistribution.HostAndWeight in in
    Modifier and Type
    Method
    Description
    int
    HDFSBlocksDistribution.HostAndWeight.WeightComparator.compare(org.apache.hadoop.hbase.HDFSBlocksDistribution.HostAndWeight l, org.apache.hadoop.hbase.HDFSBlocksDistribution.HostAndWeight r)
     
    long
    HDFSBlocksDistribution.Visitor.visit(org.apache.hadoop.hbase.HDFSBlocksDistribution.HostAndWeight hostAndWeight)