Generated by
JDiff

Class org.apache.hadoop.filecache.DistributedCache

Removed Methods
Path getLocalCache(URI, Configuration, Path, boolean, long, Path) Get the locally cached file or archive; it could either be previously cached (and valid) or copy it from the FileSystem now.
Path getLocalCache(URI, Configuration, Path, FileStatus, boolean, long, Path) Get the locally cached file or archive; it could either be previously cached (and valid) or copy it from the FileSystem now.
Path getLocalCache(URI, Configuration, Path, FileStatus, boolean, long, Path, boolean) Get the locally cached file or archive; it could either be previously cached (and valid) or copy it from the FileSystem now.
 

Added Methods
Path getLocalCache(URI, Configuration, Path, boolean, long, Path, MRAsyncDiskService) Get the locally cached file or archive; it could either be previously cached (and valid) or copy it from the FileSystem now.
Path getLocalCache(URI, Configuration, Path, FileStatus, boolean, long, Path, boolean, MRAsyncDiskService) Get the locally cached file or archive; it could either be previously cached (and valid) or copy it from the FileSystem now.
Path getLocalCache(URI, Configuration, Path, FileStatus, boolean, long, Path, MRAsyncDiskService) Get the locally cached file or archive; it could either be previously cached (and valid) or copy it from the FileSystem now.
 

Changed Methods
void purgeCache(Configuration, MRAsyncDiskService) Change in signature from Configuration to (Configuration, MRAsyncDiskService).
Clear the entire contents of the cache and delete the backing files.