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

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

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

Classes in org.apache.hadoop.hdfs.server.namenode that implement FSInodeInfo
 class INodeSymlink
          An INode representing a symbolic link.
 

Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type FSInodeInfo
abstract  DatanodeDescriptor BlockPlacementPolicy.chooseReplicaToDelete(FSInodeInfo srcInode, Block block, short replicationFactor, Collection<DatanodeDescriptor> existingReplicas, Collection<DatanodeDescriptor> moreExistingReplicas)
          Decide whether deleting the specified replica of the block still makes the block conform to the configured block placement policy.
 DatanodeDescriptor BlockPlacementPolicyDefault.chooseReplicaToDelete(FSInodeInfo inode, Block block, short replicationFactor, Collection<DatanodeDescriptor> first, Collection<DatanodeDescriptor> second)
          Decide whether deleting the specified replica of the block still makes the block conform to the configured block placement policy.
 DatanodeDescriptor[] BlockPlacementPolicyDefault.chooseTarget(FSInodeInfo srcInode, int numOfReplicas, DatanodeDescriptor writer, List<DatanodeDescriptor> chosenNodes, long blocksize)
          choose numOfReplicas data nodes for writer If not, return as many as we can.
 



Copyright © 2009 The Apache Software Foundation