org.apache.hadoop.yarn.server.resourcemanager.scheduler.event
Class ContainerExpiredSchedulerEvent
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.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
Method Summary |
org.apache.hadoop.yarn.api.records.ContainerId |
getContainerId()
|
Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent |
getTimestamp, getType, toString |
ContainerExpiredSchedulerEvent
public ContainerExpiredSchedulerEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId)
getContainerId
public org.apache.hadoop.yarn.api.records.ContainerId getContainerId()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.