public static enum HdfsEndpointBuilderFactory.HdfsFileSystemType extends Enum<HdfsEndpointBuilderFactory.HdfsFileSystemType>
org.apache.camel.component.hdfs.HdfsFileSystemType enum.| Modifier and Type | Method and Description |
|---|---|
static HdfsEndpointBuilderFactory.HdfsFileSystemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HdfsEndpointBuilderFactory.HdfsFileSystemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HdfsEndpointBuilderFactory.HdfsFileSystemType LOCAL
public static final HdfsEndpointBuilderFactory.HdfsFileSystemType HDFS
public static HdfsEndpointBuilderFactory.HdfsFileSystemType[] values()
for (HdfsEndpointBuilderFactory.HdfsFileSystemType c : HdfsEndpointBuilderFactory.HdfsFileSystemType.values()) System.out.println(c);
public static HdfsEndpointBuilderFactory.HdfsFileSystemType 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