public class RMAppFailedAttemptEvent extends RMAppEvent
Constructor and Description |
---|
RMAppFailedAttemptEvent(org.apache.hadoop.yarn.api.records.ApplicationId appId,
RMAppEventType event,
String diagnostics,
boolean transferStateFromPreviousAttempt) |
Modifier and Type | Method and Description |
---|---|
String |
getDiagnostics() |
boolean |
getTransferStateFromPreviousAttempt() |
getApplicationId
public RMAppFailedAttemptEvent(org.apache.hadoop.yarn.api.records.ApplicationId appId, RMAppEventType event, String diagnostics, boolean transferStateFromPreviousAttempt)
public String getDiagnostics()
public boolean getTransferStateFromPreviousAttempt()
Copyright © 2019 Apache Software Foundation. All Rights Reserved.