Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.rmapp |
Modifier and Type | Method and Description |
---|---|
static RMAppEventType |
RMAppEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RMAppEventType[] |
RMAppEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RMAppEvent(ApplicationId appId,
RMAppEventType type) |
RMAppFailedAttemptEvent(ApplicationId appId,
RMAppEventType event,
String diagnostics) |
Copyright © 2013 Apache Software Foundation. All rights reserved.