Uses of Class
org.apache.hadoop.hdfs.server.namenode.BlockPlacementPolicy

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

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

Subclasses of BlockPlacementPolicy in org.apache.hadoop.hdfs.server.namenode
 class BlockPlacementPolicyDefault
          The class is responsible for choosing the desired number of targets for placing block replicas.
 

Methods in org.apache.hadoop.hdfs.server.namenode that return BlockPlacementPolicy
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.
 



Copyright © 2009 The Apache Software Foundation