public static enum LauncherDelegator.JobType extends Enum<LauncherDelegator.JobType>
Modifier and Type | Method and Description |
---|---|
static LauncherDelegator.JobType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LauncherDelegator.JobType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LauncherDelegator.JobType JAR
public static final LauncherDelegator.JobType STREAMING
public static final LauncherDelegator.JobType PIG
public static final LauncherDelegator.JobType HIVE
public static final LauncherDelegator.JobType SQOOP
public static LauncherDelegator.JobType[] values()
for (LauncherDelegator.JobType c : LauncherDelegator.JobType.values()) System.out.println(c);
public static LauncherDelegator.JobType 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 © 2017 The Apache Software Foundation. All rights reserved.