Uses of Class
org.apache.hadoop.hdfs.protocol.LocatedBlocks

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

Uses of LocatedBlocks in org.apache.hadoop.hdfs.protocol
 

Methods in org.apache.hadoop.hdfs.protocol that return LocatedBlocks
 LocatedBlocks ClientProtocol.getBlockLocations(String src, long offset, long length)
          Get locations of the blocks of the specified file within the specified range.
 

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

Methods in org.apache.hadoop.hdfs.server.namenode that return LocatedBlocks
 LocatedBlocks NameNode.getBlockLocations(String src, long offset, long length)
          Get locations of the blocks of the specified file within the specified range.
 



Copyright © 2009 The Apache Software Foundation