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

Packages that use LocatedBlocks
org.apache.hadoop.hdfs A distributed implementation of FileSystem
org.apache.hadoop.hdfs.protocol   
org.apache.hadoop.hdfs.server.common   
org.apache.hadoop.hdfs.server.namenode   
 

Uses of LocatedBlocks in org.apache.hadoop.hdfs
 

Methods in org.apache.hadoop.hdfs with parameters of type LocatedBlocks
static org.apache.hadoop.fs.BlockLocation[] DFSUtil.locatedBlocks2Locations(LocatedBlocks blocks)
          Convert a LocatedBlocks to BlockLocations[]
 

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

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

Constructors in org.apache.hadoop.hdfs.protocol with parameters of type LocatedBlocks
HdfsLocatedFileStatus(long length, boolean isdir, int block_replication, long blocksize, long modification_time, long access_time, org.apache.hadoop.fs.permission.FsPermission permission, String owner, String group, byte[] symlink, byte[] path, LocatedBlocks locations)
          Constructor
 

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

Methods in org.apache.hadoop.hdfs.server.common with parameters of type LocatedBlocks
static DatanodeInfo JspHelper.bestNode(LocatedBlocks blks)
           
 

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