public static enum HdfsEndpointBuilderFactory.HdfsFileType extends Enum<HdfsEndpointBuilderFactory.HdfsFileType>
org.apache.camel.component.hdfs.HdfsFileType
enum.| Enum Constant and Description |
|---|
ARRAY_FILE |
BLOOMMAP_FILE |
MAP_FILE |
NORMAL_FILE |
SEQUENCE_FILE |
| Modifier and Type | Method and Description |
|---|---|
static HdfsEndpointBuilderFactory.HdfsFileType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HdfsEndpointBuilderFactory.HdfsFileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HdfsEndpointBuilderFactory.HdfsFileType NORMAL_FILE
public static final HdfsEndpointBuilderFactory.HdfsFileType SEQUENCE_FILE
public static final HdfsEndpointBuilderFactory.HdfsFileType MAP_FILE
public static final HdfsEndpointBuilderFactory.HdfsFileType BLOOMMAP_FILE
public static final HdfsEndpointBuilderFactory.HdfsFileType ARRAY_FILE
public static HdfsEndpointBuilderFactory.HdfsFileType[] values()
for (HdfsEndpointBuilderFactory.HdfsFileType c : HdfsEndpointBuilderFactory.HdfsFileType.values()) System.out.println(c);
public static HdfsEndpointBuilderFactory.HdfsFileType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullApache Camel