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

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

public class ContainerExpiredSchedulerEvent
extends SchedulerEvent

The SchedulerEvent which notifies that a ContainerId has expired, sent by ContainerAllocationExpirer


Constructor Summary
ContainerExpiredSchedulerEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId)
           
 
Method Summary
 org.apache.hadoop.yarn.api.records.ContainerId getContainerId()
           
 
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

ContainerExpiredSchedulerEvent

public ContainerExpiredSchedulerEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId)
Method Detail

getContainerId

public org.apache.hadoop.yarn.api.records.ContainerId getContainerId()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.