Class AppAttemptRemovedSchedulerEvent

java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<SchedulerEventType>
org.apache.hadoop.yarn.server.resourcemanager.scheduler.event.SchedulerEvent
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 Details

    • AppAttemptRemovedSchedulerEvent

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

    • getApplicationAttemptID

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

      public RMAppAttemptState getFinalAttemptState()
    • getKeepContainersAcrossAppAttempts

      public boolean getKeepContainersAcrossAppAttempts()