Class StorageSpaceQuotaParam
java.lang.Object
org.apache.hadoop.hdfs.web.resources.Param<Long,org.apache.hadoop.hdfs.web.resources.LongParam.Domain>
org.apache.hadoop.hdfs.web.resources.StorageSpaceQuotaParam
public class StorageSpaceQuotaParam
extends Param<Long,org.apache.hadoop.hdfs.web.resources.LongParam.Domain>
The storage space quota parameter for directory.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDefault parameter value (Long.MAX_VALUE).static final StringParameter name. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hadoop.hdfs.web.resources.Param
getValue, toSortedString
-
Field Details
-
NAME
Parameter name.- See Also:
-
DEFAULT
Default parameter value (Long.MAX_VALUE).- See Also:
-
-
Constructor Details
-
StorageSpaceQuotaParam
-
StorageSpaceQuotaParam
-
-
Method Details
-
getName
-
toString
-
getValueString
- Specified by:
getValueStringin classParam<Long,org.apache.hadoop.hdfs.web.resources.LongParam.Domain> - Returns:
- the parameter value as a string
-