Generated by
JDiff

Class org.apache.hadoop.fs.RawLocalFileSystem

Removed Methods
void lock(Path, boolean) @deprecated
void release(Path) @deprecated
 

Added Methods
FSDataOutputStream createNonRecursive(Path, FsPermission, boolean, int, short, long, Progressable) {@inheritDoc}
FsStatus getStatus(Path) {@inheritDoc}
 

Changed Methods
String getName() Method was locally defined, but is now inherited from FileSystem. call #getUri() instead.
void initialize(URI, Configuration) Change in exceptions thrown from no exceptions to java.io.IOException.