Uses of Class
org.apache.hadoop.fs.BlockLocation

Packages that use BlockLocation
org.apache.hadoop.fs An abstract file system API. 
org.apache.hadoop.fs.viewfs   
org.apache.hadoop.mapred   
org.apache.hadoop.mapreduce.lib.input   
 

Uses of BlockLocation in org.apache.hadoop.fs
 

Subclasses of BlockLocation in org.apache.hadoop.fs
 class BlockStorageLocation
          Wrapper for BlockLocation that also adds VolumeId volume location information for each replica.
 

Methods in org.apache.hadoop.fs that return BlockLocation
 BlockLocation[] LocatedFileStatus.getBlockLocations()
          Get the file's block locations
 BlockLocation[] FilterFileSystem.getFileBlockLocations(FileStatus file, long start, long len)
           
 BlockLocation[] FileSystem.getFileBlockLocations(FileStatus file, long start, long len)
          Return an array containing hostnames, offset and size of portions of the given file.
abstract  BlockLocation[] AbstractFileSystem.getFileBlockLocations(Path f, long start, long len)
          The specification of this method matches that of FileContext.getFileBlockLocations(Path, long, long) except that Path f must be for this file system.
 BlockLocation[] FileSystem.getFileBlockLocations(Path p, long start, long len)
          Return an array containing hostnames, offset and size of portions of the given file.
 BlockLocation[] FileContext.getFileBlockLocations(Path f, long start, long len)
          Return blockLocation of the given file for the given offset and len.
 

Constructors in org.apache.hadoop.fs with parameters of type BlockLocation
BlockLocation(BlockLocation that)
          Copy constructor
BlockStorageLocation(BlockLocation loc, VolumeId[] volumeIds)
           
LocatedFileStatus(FileStatus stat, BlockLocation[] locations)
          Constructor
LocatedFileStatus(long length, boolean isdir, int block_replication, long blocksize, long modification_time, long access_time, FsPermission permission, String owner, String group, Path symlink, Path path, BlockLocation[] locations)
          Constructor
 

Uses of BlockLocation in org.apache.hadoop.fs.viewfs
 

Methods in org.apache.hadoop.fs.viewfs that return BlockLocation
 BlockLocation[] ViewFileSystem.getFileBlockLocations(FileStatus fs, long start, long len)
           
 BlockLocation[] ViewFs.getFileBlockLocations(Path f, long start, long len)
           
 

Uses of BlockLocation in org.apache.hadoop.mapred
 

Methods in org.apache.hadoop.mapred with parameters of type BlockLocation
protected  int FileInputFormat.getBlockIndex(BlockLocation[] blkLocations, long offset)
           
protected  String[] FileInputFormat.getSplitHosts(BlockLocation[] blkLocations, long offset, long splitSize, org.apache.hadoop.net.NetworkTopology clusterMap)
          This function identifies and returns the hosts that contribute most for a given split.
 

Uses of BlockLocation in org.apache.hadoop.mapreduce.lib.input
 

Methods in org.apache.hadoop.mapreduce.lib.input that return BlockLocation
protected  BlockLocation[] CombineFileInputFormat.getFileBlockLocations(FileSystem fs, FileStatus stat)
           
 

Methods in org.apache.hadoop.mapreduce.lib.input with parameters of type BlockLocation
protected  int FileInputFormat.getBlockIndex(BlockLocation[] blkLocations, long offset)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.