Uses of Class
org.apache.hadoop.hdfs.server.blockmanagement.BlockPlacementPolicyDefault
Packages that use BlockPlacementPolicyDefault
Package
Description
A distributed implementation of
FileSystem.-
Uses of BlockPlacementPolicyDefault in org.apache.hadoop.hdfs
Fields in org.apache.hadoop.hdfs with type parameters of type BlockPlacementPolicyDefaultModifier and TypeFieldDescriptionstatic final Class<BlockPlacementPolicyDefault>DFSConfigKeys.DFS_BLOCK_REPLICATOR_CLASSNAME_DEFAULT -
Uses of BlockPlacementPolicyDefault in org.apache.hadoop.hdfs.server.blockmanagement
Subclasses of BlockPlacementPolicyDefault in org.apache.hadoop.hdfs.server.blockmanagementModifier and TypeClassDescriptionclassSpace balanced block placement policy.classSpace balanced rack fault tolerant block placement policy.classThe class is responsible for choosing the desired number of targets for placing block replicas.classThe class is responsible for choosing the desired number of targets for placing block replicas on environment with node-group layer.classThe class is responsible for choosing the desired number of targets for placing block replicas that honors upgrade domain policy.