org.apache.hadoop.yarn.server.nodemanager.containermanager.application
Class ApplicationEvent

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<ApplicationEventType>
      extended by org.apache.hadoop.yarn.server.nodemanager.containermanager.application.ApplicationEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<ApplicationEventType>
Direct Known Subclasses:
ApplicationContainerFinishedEvent, ApplicationContainerInitEvent, ApplicationFinishEvent, ApplicationInitedEvent, ApplicationInitEvent

public class ApplicationEvent
extends org.apache.hadoop.yarn.event.AbstractEvent<ApplicationEventType>


Constructor Summary
ApplicationEvent(org.apache.hadoop.yarn.api.records.ApplicationId appID, ApplicationEventType appEventType)
           
 
Method Summary
 org.apache.hadoop.yarn.api.records.ApplicationId 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

ApplicationEvent

public ApplicationEvent(org.apache.hadoop.yarn.api.records.ApplicationId appID,
                        ApplicationEventType appEventType)
Method Detail

getApplicationID

public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationID()


Copyright © 2013 Apache Software Foundation. All Rights Reserved.