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

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

public class AppAttemptRemovedSchedulerEvent
extends SchedulerEvent


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

AppAttemptRemovedSchedulerEvent

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

getApplicationAttemptID

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

getFinalAttemptState

public RMAppAttemptState getFinalAttemptState()

getKeepContainersAcrossAppAttempts

public boolean getKeepContainersAcrossAppAttempts()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.