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

Packages that use BlockLocation
org.apache.hadoop.dfs A distributed implementation of FileSystem
org.apache.hadoop.fs An abstract file system API. 
org.apache.hadoop.fs.kfs A client for the Kosmos filesystem (KFS) 
org.apache.hadoop.mapred A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. 
 

Uses of BlockLocation in org.apache.hadoop.dfs
 

Methods in org.apache.hadoop.dfs that return BlockLocation
 BlockLocation[] DistributedFileSystem.getFileBlockLocations(Path f, long start, long len)
           
 

Uses of BlockLocation in org.apache.hadoop.fs
 

Methods in org.apache.hadoop.fs that return BlockLocation
 BlockLocation[] FilterFileSystem.getFileBlockLocations(Path f, long start, long len)
          Return an array containing hostnames, offset and size of portions of the given file.
 BlockLocation[] FileSystem.getFileBlockLocations(Path f, long start, long len)
          Return an array containing hostnames, offset and size of portions of the given file.
 

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

Methods in org.apache.hadoop.fs.kfs that return BlockLocation
 BlockLocation[] KosmosFileSystem.getBlockLocations(Path f, long start, long len)
          Return null if the file doesn't exist; otherwise, get the locations of the various chunks of the file file from KFS.
 

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)
           
 



Copyright © 2006 The Apache Software Foundation