|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AMLauncherEventType | |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.amlauncher |
Uses of AMLauncherEventType in org.apache.hadoop.yarn.server.resourcemanager.amlauncher |
---|
Methods in org.apache.hadoop.yarn.server.resourcemanager.amlauncher that return AMLauncherEventType | |
---|---|
static AMLauncherEventType |
AMLauncherEventType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AMLauncherEventType[] |
AMLauncherEventType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.hadoop.yarn.server.resourcemanager.amlauncher with parameters of type AMLauncherEventType | |
---|---|
protected Runnable |
ApplicationMasterLauncher.createRunnableLauncher(RMAppAttempt application,
AMLauncherEventType event)
|
Constructors in org.apache.hadoop.yarn.server.resourcemanager.amlauncher with parameters of type AMLauncherEventType | |
---|---|
AMLauncher(RMContext rmContext,
RMAppAttempt application,
AMLauncherEventType eventType,
org.apache.hadoop.conf.Configuration conf)
|
|
AMLauncherEvent(AMLauncherEventType type,
RMAppAttempt appAttempt)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |