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

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

public class AMContainerEventStopFailed
extends AMContainerEvent


Constructor Summary
AMContainerEventStopFailed(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

AMContainerEventStopFailed

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

getMessage

public String getMessage()


Copyright © 2014 Apache Software Foundation. All rights reserved.