org.apache.hadoop.yarn.event.Event<RMAppEventType>public class RMAppKillByClientEvent extends RMAppEvent
| Constructor | Description |
|---|---|
RMAppKillByClientEvent(org.apache.hadoop.yarn.api.records.ApplicationId appId,
java.lang.String diagnostics,
org.apache.hadoop.security.UserGroupInformation callerUGI,
java.net.InetAddress remoteIP) |
constructor to create an event used for logging during user driven kill
invocations.
|
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.security.UserGroupInformation |
getCallerUGI() |
returns the
UserGroupInformation information. |
java.net.InetAddress |
getIp() |
returns the ip address stored in this event.
|
getApplicationId, getDiagnosticMsggetTimestamp, getType, toStringpublic RMAppKillByClientEvent(org.apache.hadoop.yarn.api.records.ApplicationId appId,
java.lang.String diagnostics,
org.apache.hadoop.security.UserGroupInformation callerUGI,
java.net.InetAddress remoteIP)
appId - application iddiagnostics - message about the kill eventcallerUGI - caller's user and group informationremoteIP - ip address of the callerCopyright © 2008–2025 Apache Software Foundation. All rights reserved.