java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<RMAppAttemptEventType>
org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.RMAppAttemptEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<RMAppAttemptEventType>
Direct Known Subclasses:
RMAppAttemptContainerFinishedEvent, RMAppAttemptRegistrationEvent, RMAppAttemptStatusupdateEvent, RMAppAttemptUnregistrationEvent, RMAppStartAttemptEvent

public class RMAppAttemptEvent extends org.apache.hadoop.yarn.event.AbstractEvent<RMAppAttemptEventType>
  • Constructor Details

    • RMAppAttemptEvent

      public RMAppAttemptEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, RMAppAttemptEventType type)
    • RMAppAttemptEvent

      public RMAppAttemptEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, RMAppAttemptEventType type, String diagnostics)
    • RMAppAttemptEvent

      public RMAppAttemptEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, RMAppAttemptEventType type, long timeStamp)
  • Method Details

    • getApplicationAttemptId

      public org.apache.hadoop.yarn.api.records.ApplicationAttemptId getApplicationAttemptId()
    • getDiagnosticMsg

      public String getDiagnosticMsg()