org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt
Class RMAppAttemptEvent

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<RMAppAttemptEventType>
      extended by 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>


Constructor Summary
RMAppAttemptEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, RMAppAttemptEventType type)
           
 
Method Summary
 org.apache.hadoop.yarn.api.records.ApplicationAttemptId getApplicationAttemptId()
           
 
Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RMAppAttemptEvent

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

getApplicationAttemptId

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


Copyright © 2014 Apache Software Foundation. All Rights Reserved.