org.apache.hadoop.yarn.event.Event<RMAppAttemptEventType>public class RMAppAttemptStatusupdateEvent extends RMAppAttemptEvent
| Constructor | Description |
|---|---|
RMAppAttemptStatusupdateEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
float progress) |
|
RMAppAttemptStatusupdateEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
float progress,
java.lang.String trackingUrl) |
| Modifier and Type | Method | Description |
|---|---|---|
float |
getProgress() |
|
java.lang.String |
getTrackingUrl() |
getApplicationAttemptId, getDiagnosticMsggetTimestamp, getType, toStringpublic RMAppAttemptStatusupdateEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
float progress)
public RMAppAttemptStatusupdateEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
float progress,
java.lang.String trackingUrl)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.