org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.event
Class RMAppAttemptContainerAllocatedEvent

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

public class RMAppAttemptContainerAllocatedEvent
extends RMAppAttemptEvent


Constructor Summary
RMAppAttemptContainerAllocatedEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.RMAppAttemptEvent
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

RMAppAttemptContainerAllocatedEvent

public RMAppAttemptContainerAllocatedEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.