| Modifier and Type | Field and Description | 
|---|---|
| static String | DEFAULTDefault parameter value. | 
| static String | NAMEParameter name. | 
| Constructor and Description | 
|---|
| BufferSizeParam(Integer value)Constructor. | 
| BufferSizeParam(String str)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName() | 
| int | getValue(org.apache.hadoop.conf.Configuration conf) | 
| String | getValueString() | 
| String | toString() | 
getValue, toSortedStringpublic static final String NAME
public static final String DEFAULT
public BufferSizeParam(Integer value)
value - the parameter value.public BufferSizeParam(String str)
str - a string representation of the parameter value.public String getName()
public int getValue(org.apache.hadoop.conf.Configuration conf)
public String toString()
public String getValueString()
getValueString in class Param<Integer,org.apache.hadoop.hdfs.web.resources.IntegerParam.Domain>Copyright © 2008–2023 Apache Software Foundation. All rights reserved.