Uses of Class
org.apache.hadoop.util.MRAsyncDiskService

Packages that use MRAsyncDiskService
org.apache.hadoop.filecache   
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 MRAsyncDiskService in org.apache.hadoop.filecache
 

Methods in org.apache.hadoop.filecache with parameters of type MRAsyncDiskService
static Path DistributedCache.getLocalCache(URI cache, Configuration conf, Path baseDir, boolean isArchive, long confFileStamp, Path currentWorkDir, MRAsyncDiskService asyncDiskService)
          Get the locally cached file or archive; it could either be previously cached (and valid) or copy it from the FileSystem now.
static Path DistributedCache.getLocalCache(URI cache, Configuration conf, Path baseDir, FileStatus fileStatus, boolean isArchive, long confFileStamp, Path currentWorkDir, boolean honorSymLinkConf, MRAsyncDiskService asyncDiskService)
          Get the locally cached file or archive; it could either be previously cached (and valid) or copy it from the FileSystem now.
static Path DistributedCache.getLocalCache(URI cache, Configuration conf, Path baseDir, FileStatus fileStatus, boolean isArchive, long confFileStamp, Path currentWorkDir, MRAsyncDiskService asyncDiskService)
          Get the locally cached file or archive; it could either be previously cached (and valid) or copy it from the FileSystem now.
static void DistributedCache.purgeCache(Configuration conf, MRAsyncDiskService service)
          Clear the entire contents of the cache and delete the backing files.
 

Uses of MRAsyncDiskService in org.apache.hadoop.mapred
 

Methods in org.apache.hadoop.mapred that return MRAsyncDiskService
 MRAsyncDiskService TaskTracker.getAsyncDiskService()
          Returns the MRAsyncDiskService object for async deletions.
 



Copyright © 2009 The Apache Software Foundation