org.apache.hadoop.yarn.server.resourcemanager.amlauncher
Class AMLauncherEvent

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<AMLauncherEventType>
      extended by org.apache.hadoop.yarn.server.resourcemanager.amlauncher.AMLauncherEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<AMLauncherEventType>

public class AMLauncherEvent
extends org.apache.hadoop.yarn.event.AbstractEvent<AMLauncherEventType>


Constructor Summary
AMLauncherEvent(AMLauncherEventType type, RMAppAttempt appAttempt)
           
 
Method Summary
 RMAppAttempt getAppAttempt()
           
 
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

AMLauncherEvent

public AMLauncherEvent(AMLauncherEventType type,
                       RMAppAttempt appAttempt)
Method Detail

getAppAttempt

public RMAppAttempt getAppAttempt()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.