public class XAttrEncodingParam extends Param<E,org.apache.hadoop.hdfs.web.resources.EnumParam.Domain<E>>
| Modifier and Type | Field and Description | 
|---|---|
| static String | DEFAULTDefault parameter value. | 
| static String | NAMEParameter name. | 
| Constructor and Description | 
|---|
| XAttrEncodingParam(String str)Constructor. | 
| XAttrEncodingParam(org.apache.hadoop.fs.XAttrCodec encoding) | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.hadoop.fs.XAttrCodec | getEncoding() | 
| String | getName() | 
| String | getValueString() | 
getValue, toSortedString, toStringpublic static final String NAME
public static final String DEFAULT
public XAttrEncodingParam(org.apache.hadoop.fs.XAttrCodec encoding)
public XAttrEncodingParam(String str)
str - a string representation of the parameter value.public String getName()
public String getValueString()
getValueString in class Param<org.apache.hadoop.fs.XAttrCodec,org.apache.hadoop.hdfs.web.resources.EnumParam.Domain<org.apache.hadoop.fs.XAttrCodec>>public org.apache.hadoop.fs.XAttrCodec getEncoding()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.