org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt
Class RMAppAttemptEvent
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:
- RMAppAttemptContainerAcquiredEvent, RMAppAttemptContainerAllocatedEvent, RMAppAttemptContainerFinishedEvent, RMAppAttemptLaunchFailedEvent, RMAppAttemptRegistrationEvent, RMAppAttemptRejectedEvent, RMAppAttemptStatusupdateEvent, RMAppAttemptStoredEvent, RMAppAttemptUnregistrationEvent
public class RMAppAttemptEvent
- extends org.apache.hadoop.yarn.event.AbstractEvent<RMAppAttemptEventType>
Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent |
getTimestamp, getType, toString |
RMAppAttemptEvent
public RMAppAttemptEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
RMAppAttemptEventType type)
getApplicationAttemptId
public org.apache.hadoop.yarn.api.records.ApplicationAttemptId getApplicationAttemptId()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.