org.apache.tez.dag.app.rm.container
Class AMContainerEventLaunchFailed

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<AMContainerEventType>
      extended by org.apache.tez.dag.app.rm.container.AMContainerEvent
          extended by org.apache.tez.dag.app.rm.container.AMContainerEventLaunchFailed
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<AMContainerEventType>

public class AMContainerEventLaunchFailed
extends AMContainerEvent


Constructor Summary
AMContainerEventLaunchFailed(org.apache.hadoop.yarn.api.records.ContainerId containerId, String message)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class org.apache.tez.dag.app.rm.container.AMContainerEvent
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

AMContainerEventLaunchFailed

public AMContainerEventLaunchFailed(org.apache.hadoop.yarn.api.records.ContainerId containerId,
                                    String message)
Method Detail

getMessage

public String getMessage()


Copyright © 2014 Apache Software Foundation. All rights reserved.