Uses of Interface
org.apache.hadoop.hdfs.server.blockmanagement.FSClusterStats

Packages that use FSClusterStats
  • Uses of FSClusterStats in org.apache.hadoop.hdfs.server.blockmanagement

    Modifier and Type
    Method
    Description
    DatanodeManager.getFSClusterStats()
     
    Modifier and Type
    Method
    Description
    void
    AvailableSpaceBlockPlacementPolicy.initialize(org.apache.hadoop.conf.Configuration conf, FSClusterStats stats, org.apache.hadoop.net.NetworkTopology clusterMap, org.apache.hadoop.hdfs.server.blockmanagement.Host2NodesMap host2datanodeMap)
     
    void
    AvailableSpaceRackFaultTolerantBlockPlacementPolicy.initialize(org.apache.hadoop.conf.Configuration conf, FSClusterStats stats, org.apache.hadoop.net.NetworkTopology clusterMap, org.apache.hadoop.hdfs.server.blockmanagement.Host2NodesMap host2datanodeMap)
     
    protected abstract void
    BlockPlacementPolicy.initialize(org.apache.hadoop.conf.Configuration conf, FSClusterStats stats, org.apache.hadoop.net.NetworkTopology clusterMap, org.apache.hadoop.hdfs.server.blockmanagement.Host2NodesMap host2datanodeMap)
    Used to setup a BlockPlacementPolicy object.
    void
    BlockPlacementPolicyDefault.initialize(org.apache.hadoop.conf.Configuration conf, FSClusterStats stats, org.apache.hadoop.net.NetworkTopology clusterMap, org.apache.hadoop.hdfs.server.blockmanagement.Host2NodesMap host2datanodeMap)
     
    void
    BlockPlacementPolicyWithNodeGroup.initialize(org.apache.hadoop.conf.Configuration conf, FSClusterStats stats, org.apache.hadoop.net.NetworkTopology clusterMap, org.apache.hadoop.hdfs.server.blockmanagement.Host2NodesMap host2datanodeMap)
     
    void
    BlockPlacementPolicyWithUpgradeDomain.initialize(org.apache.hadoop.conf.Configuration conf, FSClusterStats stats, org.apache.hadoop.net.NetworkTopology clusterMap, org.apache.hadoop.hdfs.server.blockmanagement.Host2NodesMap host2datanodeMap)
     
    Constructors in org.apache.hadoop.hdfs.server.blockmanagement with parameters of type FSClusterStats
    Modifier
    Constructor
    Description
     
    BlockPlacementPolicies(org.apache.hadoop.conf.Configuration conf, FSClusterStats stats, org.apache.hadoop.net.NetworkTopology clusterMap, org.apache.hadoop.hdfs.server.blockmanagement.Host2NodesMap host2datanodeMap)