public class RenameOptionSetParam extends Param<EnumSet<E>,org.apache.hadoop.hdfs.web.resources.EnumSetParam.Domain<E>>
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT
Default parameter value.
|
static String |
NAME
Parameter name.
|
Constructor and Description |
---|
RenameOptionSetParam(org.apache.hadoop.fs.Options.Rename... options)
Constructor.
|
RenameOptionSetParam(String str)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getValueString() |
String |
toString() |
getValue, toSortedString
public static final String NAME
public static final String DEFAULT
public RenameOptionSetParam(org.apache.hadoop.fs.Options.Rename... options)
options
- rename options.public RenameOptionSetParam(String str)
str
- a string representation of the parameter value.public String getValueString()
getValueString
in class Param<EnumSet<E extends Enum<E>>,org.apache.hadoop.hdfs.web.resources.EnumSetParam.Domain<E extends Enum<E>>>
Copyright © 2014 Apache Software Foundation. All Rights Reserved.