Added Methods |
void clearStatistics()
|
|
List getAllStatistics()
|
Return the FileSystem classes that have Statistics |
Map getStatistics()
|
Get the Map of Statistics object indexed by URI Scheme. |
Statistics getStatistics(String, Class)
|
Get the statistics for a particular file system |
FsStatus getStatus()
|
Returns a status object describing the use and capacity of the file system. |
FsStatus getStatus(Path )
|
Returns a status object describing the use and capacity of the file system. |
FileSystem newInstance(URI, Configuration)
|
Returns the FileSystem for this URI's scheme and authority. |
FileSystem newInstance(Configuration )
|
Returns a unique configured filesystem implementation. |
LocalFileSystem newInstanceLocal(Configuration )
|
Get a unique local file system object |
void setVerifyChecksum(boolean )
|
Set the verify checksum flag. |