Class RMAppAttemptUnregistrationEvent

java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<RMAppAttemptEventType>
org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.RMAppAttemptEvent
org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.event.RMAppAttemptUnregistrationEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<RMAppAttemptEventType>

public class RMAppAttemptUnregistrationEvent extends RMAppAttemptEvent
  • Constructor Details

    • RMAppAttemptUnregistrationEvent

      public RMAppAttemptUnregistrationEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, String trackingUrl, org.apache.hadoop.yarn.api.records.FinalApplicationStatus finalStatus, String diagnostics)
  • Method Details

    • getFinalTrackingUrl

      public String getFinalTrackingUrl()
    • getFinalApplicationStatus

      public org.apache.hadoop.yarn.api.records.FinalApplicationStatus getFinalApplicationStatus()