org.apache.hadoop.yarn.server.nodemanager.containermanager.container
Class ContainerResourceFailedEvent

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<ContainerEventType>
      extended by org.apache.hadoop.yarn.server.nodemanager.containermanager.container.ContainerEvent
          extended by org.apache.hadoop.yarn.server.nodemanager.containermanager.container.ContainerResourceEvent
              extended by org.apache.hadoop.yarn.server.nodemanager.containermanager.container.ContainerResourceFailedEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<ContainerEventType>

public class ContainerResourceFailedEvent
extends ContainerResourceEvent


Constructor Summary
ContainerResourceFailedEvent(org.apache.hadoop.yarn.api.records.ContainerId container, LocalResourceRequest rsrc, Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 
Methods inherited from class org.apache.hadoop.yarn.server.nodemanager.containermanager.container.ContainerResourceEvent
getResource
 
Methods inherited from class org.apache.hadoop.yarn.server.nodemanager.containermanager.container.ContainerEvent
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

ContainerResourceFailedEvent

public ContainerResourceFailedEvent(org.apache.hadoop.yarn.api.records.ContainerId container,
                                    LocalResourceRequest rsrc,
                                    Throwable cause)
Method Detail

getCause

public Throwable getCause()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.