org.apache.hadoop.yarn.server.resourcemanager.scheduler.event
Class AppRemovedSchedulerEvent

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<SchedulerEventType>
      extended by org.apache.hadoop.yarn.server.resourcemanager.scheduler.event.SchedulerEvent
          extended by org.apache.hadoop.yarn.server.resourcemanager.scheduler.event.AppRemovedSchedulerEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<SchedulerEventType>

public class AppRemovedSchedulerEvent
extends SchedulerEvent


Constructor Summary
AppRemovedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId, RMAppAttemptState finalAttemptState)
           
 
Method Summary
 org.apache.hadoop.yarn.api.records.ApplicationAttemptId getApplicationAttemptID()
           
 RMAppAttemptState getFinalAttemptState()
           
 
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

AppRemovedSchedulerEvent

public AppRemovedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId,
                                RMAppAttemptState finalAttemptState)
Method Detail

getApplicationAttemptID

public org.apache.hadoop.yarn.api.records.ApplicationAttemptId getApplicationAttemptID()

getFinalAttemptState

public RMAppAttemptState getFinalAttemptState()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.