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

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

public class AMContainerEventNodeFailed
extends AMContainerEvent
implements DiagnosableEvent


Constructor Summary
AMContainerEventNodeFailed(org.apache.hadoop.yarn.api.records.ContainerId containerId, String message)
           
 
Method Summary
 String getDiagnosticInfo()
           
 
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

AMContainerEventNodeFailed

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

getDiagnosticInfo

public String getDiagnosticInfo()
Specified by:
getDiagnosticInfo in interface DiagnosableEvent


Copyright © 2014 Apache Software Foundation. All rights reserved.