Generated by
JDiff

Class org.apache.hadoop.fs.FileContext

Added Methods
Path createSnapshot(Path, String) Create a snapshot.
Path createSnapshot(Path) Create a snapshot with a default name.
void deleteSnapshot(Path, String) Delete a snapshot of a directory.
Collection getAllStoragePolicies() Retrieve all the storage policies supported by this file system.
BlockStoragePolicySpi getStoragePolicy(Path) Query the effective storage policy ID for the given file or directory.
void renameSnapshot(Path, String, String) Rename a snapshot.
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.