Generated by
JDiff

Package org.apache.hadoop.fs

Removed Classes
ShellCommand A base class for running a unix command like du or df.
 

Added Classes
FileChecksum An abstract class representing file checksums for files.
MD5MD5CRC32FileChecksum MD5 of MD5 of CRC32.
 

Changed Classes
ContentSummary Store the summary of a content (a directory or a file).
FSInputChecker This is a generic input stream for verifying checksums for data before it is read by a user.
FSOutputSummer This is a generic output stream for generating checksums for data before it is written to the underlying stream
FileStatus Interface that represents the client side information for a file.
FileSystem An abstract base class for a fairly generic filesystem.
FileUtil A collection of file-processing util methods
FilterFileSystem A FilterFileSystem contains some other file system, which it uses as its basic file system, possibly transforming the data along the way or providing additional functionality.
LocalFileSystem Implement the FileSystem API for the checksumed local filesystem.