|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
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, |
Return the string representation of the object in the output format. |
String toString(boolean, |
Return the string representation of the object in the output format. |
String toString(boolean, |
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. |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |