Generated by
JDiff

Class org.apache.hadoop.fs.AbstractFileSystem

Added Methods
Path createSnapshot(Path, String) The specification of this method matches that of String)
void deleteSnapshot(Path, String) The specification of this method matches that of String)
Collection getAllStoragePolicies() Retrieve all the storage policies supported by this file system.
BlockStoragePolicySpi getStoragePolicy(Path) Retrieve the storage policy for a given file or directory.
void renameSnapshot(Path, String, String) The specification of this method matches that of Strin String)}.
void setStoragePolicy(Path, String) Set the storage policy for a given file or directory.
void unsetStoragePolicy(Path) Unset the storage policy set for a given file or directory.