public static enum AttachedHadoopResource.ResourceType extends Enum<AttachedHadoopResource.ResourceType>
| Enum Constant and Description |
|---|
Archive |
Argument |
Configuration |
File |
Input |
Jar |
Lib |
MainClass |
Output |
Property |
Scope |
| Modifier and Type | Method and Description |
|---|---|
static AttachedHadoopResource.ResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttachedHadoopResource.ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttachedHadoopResource.ResourceType Jar
public static final AttachedHadoopResource.ResourceType MainClass
public static final AttachedHadoopResource.ResourceType Argument
public static final AttachedHadoopResource.ResourceType Configuration
public static final AttachedHadoopResource.ResourceType Property
public static final AttachedHadoopResource.ResourceType File
public static final AttachedHadoopResource.ResourceType Lib
public static final AttachedHadoopResource.ResourceType Archive
public static final AttachedHadoopResource.ResourceType Input
public static final AttachedHadoopResource.ResourceType Output
public static final AttachedHadoopResource.ResourceType Scope
public static AttachedHadoopResource.ResourceType[] values()
for (AttachedHadoopResource.ResourceType c : AttachedHadoopResource.ResourceType.values()) System.out.println(c);
public static AttachedHadoopResource.ResourceType 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 nullCopyright © 2015. All Rights Reserved.