public class CreateFlagParam extends Param<EnumSet<E>,org.apache.hadoop.hdfs.web.resources.EnumSetParam.Domain<E>>
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT |
static String |
NAME |
Constructor and Description |
---|
CreateFlagParam(EnumSet<org.apache.hadoop.fs.CreateFlag> createFlags) |
CreateFlagParam(String str) |
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 CreateFlagParam(EnumSet<org.apache.hadoop.fs.CreateFlag> createFlags)
public CreateFlagParam(String str)
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 © 2017 Apache Software Foundation. All Rights Reserved.