Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT
Default parameter value.
|
static String |
NAME
Parameter name.
|
Constructor and Description |
---|
RecursiveParam(Boolean value)
Constructor.
|
RecursiveParam(String str)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getValueString() |
getValue, toSortedString, toString
public static final String NAME
public static final String DEFAULT
public RecursiveParam(Boolean value)
value
- the parameter value.public RecursiveParam(String str)
str
- a string representation of the parameter value.public String getName()
public String getValueString()
getValueString
in class Param<Boolean,org.apache.hadoop.hdfs.web.resources.BooleanParam.Domain>
Copyright © 2018 Apache Software Foundation. All Rights Reserved.