org.apache.hadoop.yarn.server.resourcemanager.rmapp
Class RMAppRemovedEvent

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<RMAppEventType>
      extended by org.apache.hadoop.yarn.server.resourcemanager.rmapp.RMAppEvent
          extended by org.apache.hadoop.yarn.server.resourcemanager.rmapp.RMAppRemovedEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<RMAppEventType>

public class RMAppRemovedEvent
extends RMAppEvent


Constructor Summary
RMAppRemovedEvent(org.apache.hadoop.yarn.api.records.ApplicationId appId, Exception removedException)
           
 
Method Summary
 Exception getRemovedException()
           
 
Methods inherited from class org.apache.hadoop.yarn.server.resourcemanager.rmapp.RMAppEvent
getApplicationId
 
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

RMAppRemovedEvent

public RMAppRemovedEvent(org.apache.hadoop.yarn.api.records.ApplicationId appId,
                         Exception removedException)
Method Detail

getRemovedException

public Exception getRemovedException()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.