public class RMAppAttemptEvent extends org.apache.hadoop.yarn.event.AbstractEvent<RMAppAttemptEventType>
Constructor and 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,
String diagnostics) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.yarn.api.records.ApplicationAttemptId |
getApplicationAttemptId() |
String |
getDiagnosticMsg() |
public RMAppAttemptEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, RMAppAttemptEventType type)
public RMAppAttemptEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, RMAppAttemptEventType type, String diagnostics)
public RMAppAttemptEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, RMAppAttemptEventType type, long timeStamp)
public org.apache.hadoop.yarn.api.records.ApplicationAttemptId getApplicationAttemptId()
public String getDiagnosticMsg()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.