Class CreateParentParam
java.lang.Object
org.apache.hadoop.hdfs.web.resources.Param<Boolean,org.apache.hadoop.hdfs.web.resources.BooleanParam.Domain>
org.apache.hadoop.hdfs.web.resources.CreateParentParam
public class CreateParentParam
extends Param<Boolean,org.apache.hadoop.hdfs.web.resources.BooleanParam.Domain>
Create Parent parameter.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreateParentParam(Boolean value) Constructor.CreateParentParam(String str) Constructor. -
Method Summary
Methods inherited from class org.apache.hadoop.hdfs.web.resources.Param
getValue, toSortedString, toString
-
Field Details
-
NAME
Parameter name.- See Also:
-
DEFAULT
Default parameter value.- See Also:
-
-
Constructor Details
-
CreateParentParam
Constructor.- Parameters:
value- the parameter value.
-
CreateParentParam
Constructor.- Parameters:
str- a string representation of the parameter value.
-
-
Method Details
-
getName
-
getValueString
- Specified by:
getValueStringin classParam<Boolean,org.apache.hadoop.hdfs.web.resources.BooleanParam.Domain> - Returns:
- the parameter value as a string
-