Uses of Class
org.apache.hadoop.hdfs.server.protocol.BlocksWithLocations

Packages that use BlocksWithLocations
org.apache.hadoop.hdfs.server.namenode   
org.apache.hadoop.hdfs.server.protocol   
 

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

Methods in org.apache.hadoop.hdfs.server.namenode that return BlocksWithLocations
 BlocksWithLocations NameNode.getBlocks(DatanodeInfo datanode, long size)
           
 BlocksWithLocations BackupNode.getBlocks(DatanodeInfo datanode, long size)
           
 

Uses of BlocksWithLocations in org.apache.hadoop.hdfs.server.protocol
 

Methods in org.apache.hadoop.hdfs.server.protocol that return BlocksWithLocations
 BlocksWithLocations NamenodeProtocol.getBlocks(DatanodeInfo datanode, long size)
          Get a list of blocks belonging to datanode whose total size equals size.
 



Copyright © 2009 The Apache Software Foundation