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

Packages that use FSClusterStats
org.apache.hadoop.hdfs.server.namenode   
 

Uses of FSClusterStats in org.apache.hadoop.hdfs.server.namenode
 

Classes in org.apache.hadoop.hdfs.server.namenode that implement FSClusterStats
 class FSNamesystem
          FSNamesystem does the actual bookkeeping work for the DataNode.
 

Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type FSClusterStats
static BlockPlacementPolicy BlockPlacementPolicy.getInstance(org.apache.hadoop.conf.Configuration conf, FSClusterStats stats, org.apache.hadoop.net.NetworkTopology clusterMap)
          Get an instance of the configured Block Placement Policy based on the value of the configuration paramater dfs.block.replicator.classname.
protected abstract  void BlockPlacementPolicy.initialize(org.apache.hadoop.conf.Configuration conf, FSClusterStats stats, org.apache.hadoop.net.NetworkTopology clusterMap)
          Used to setup a BlockPlacementPolicy object.
 void BlockPlacementPolicyDefault.initialize(org.apache.hadoop.conf.Configuration conf, FSClusterStats stats, org.apache.hadoop.net.NetworkTopology clusterMap)
          Used to setup a BlockPlacementPolicy object.
 



Copyright © 2009 The Apache Software Foundation