org.apache.hadoop.mapreduce.v2.app.rm
Class ContainerFailedEvent

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<ContainerAllocator.EventType>
      extended by org.apache.hadoop.mapreduce.v2.app.rm.ContainerAllocatorEvent
          extended by org.apache.hadoop.mapreduce.v2.app.rm.ContainerFailedEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<ContainerAllocator.EventType>

public class ContainerFailedEvent
extends ContainerAllocatorEvent


Constructor Summary
ContainerFailedEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId attemptID, String contMgrAddr)
           
 
Method Summary
 String getContMgrAddress()
           
 
Methods inherited from class org.apache.hadoop.mapreduce.v2.app.rm.ContainerAllocatorEvent
getAttemptID
 
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

ContainerFailedEvent

public ContainerFailedEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId attemptID,
                            String contMgrAddr)
Method Detail

getContMgrAddress

public String getContMgrAddress()


Copyright © 2013 Apache Software Foundation. All Rights Reserved.