org.apache.hadoop.yarn.event.Event<RMAppAttemptEventType>RMAppAttemptContainerFinishedEvent, RMAppAttemptRegistrationEvent, RMAppAttemptStatusupdateEvent, RMAppAttemptUnregistrationEvent, RMAppStartAttemptEventpublic class RMAppAttemptEvent extends org.apache.hadoop.yarn.event.AbstractEvent<RMAppAttemptEventType>
| Constructor | Description |
|---|---|
RMAppAttemptEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
RMAppAttemptEventType type) |
|
RMAppAttemptEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
RMAppAttemptEventType type,
long timeStamp) |
|
RMAppAttemptEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
RMAppAttemptEventType type,
java.lang.String diagnostics) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.yarn.api.records.ApplicationAttemptId |
getApplicationAttemptId() |
|
java.lang.String |
getDiagnosticMsg() |
getTimestamp, getType, toStringpublic RMAppAttemptEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
RMAppAttemptEventType type)
public RMAppAttemptEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
RMAppAttemptEventType type,
java.lang.String diagnostics)
public RMAppAttemptEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
RMAppAttemptEventType type,
long timeStamp)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.