Generated by
JDiff

Class org.apache.hadoop.fs.ContentSummary

The superclass changed from java.lang.Object to org.apache.hadoop.fs.QuotaUsage.

Added Methods
boolean equals(Object)  
String[] getHeaderFields() Returns the names of the fields from the summary header.
String[] getQuotaHeaderFields() Returns the names of the fields used in the quota summary.
long getSnapshotDirectoryCount()  
long getSnapshotFileCount()  
long getSnapshotLength()  
long getSnapshotSpaceConsumed()  
int hashCode()  
String toString(boolean, boolean, boolean) Return the string representation of the object in the output format.
String toString(boolean, boolean, boolean, boolean, List) Return the string representation of the object in the output format.
String toString(boolean, boolean, boolean, List) Return the string representation of the object in the output format.
 

Changed Methods
long getQuota() Method was locally defined, but is now inherited from QuotaUsage. Return the directory quota.
long getSpaceConsumed() Method was locally defined, but is now inherited from QuotaUsage. Return (disk) space consumed.
long getSpaceQuota() Method was locally defined, but is now inherited from QuotaUsage. Return (disk) space quota.
long getTypeConsumed(StorageType) Method was locally defined, but is now inherited from QuotaUsage. Return storage type consumed.
long getTypeQuota(StorageType) Method was locally defined, but is now inherited from QuotaUsage. Return storage type quota.
boolean isTypeConsumedAvailable() Method was locally defined, but is now inherited from QuotaUsage. Return true if any storage type consumption information is available.
boolean isTypeQuotaSet() Method was locally defined, but is now inherited from QuotaUsage. Return true if any storage type quota has been set.