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

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.RMAppStoredEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<RMAppEventType>

public class RMAppStoredEvent
extends RMAppEvent


Constructor Summary
RMAppStoredEvent(org.apache.hadoop.yarn.api.records.ApplicationId appId, Exception storedException)
           
 
Method Summary
 Exception getStoredException()
           
 
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

RMAppStoredEvent

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

getStoredException

public Exception getStoredException()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.