public class RMAppAttemptStatusupdateEvent extends RMAppAttemptEvent
Constructor and Description |
---|
RMAppAttemptStatusupdateEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
float progress) |
RMAppAttemptStatusupdateEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
float progress,
String trackingUrl) |
Modifier and Type | Method and Description |
---|---|
float |
getProgress() |
String |
getTrackingUrl() |
getApplicationAttemptId, getDiagnosticMsg
public RMAppAttemptStatusupdateEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, float progress)
public RMAppAttemptStatusupdateEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, float progress, String trackingUrl)
public float getProgress()
public String getTrackingUrl()
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.