Generated by
JDiff

Class org.apache.hadoop.fs.DF

Changed Methods
long getAvailable() Change in exceptions thrown from java.io.IOException to no exceptions.
@return the usable space remaining on the filesystem in bytes.
long getCapacity() Change in exceptions thrown from java.io.IOException to no exceptions.
@return the capacity of the measured filesystem in bytes.
int getPercentUsed() Change in exceptions thrown from java.io.IOException to no exceptions.
@return the amount of the volume full as a percent.
long getUsed() Change in exceptions thrown from java.io.IOException to no exceptions.
@return the total used space on the filesystem in bytes.