org.apache.tez.dag.app.dag.event
Class DAGEventDiagnosticsUpdate

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<DAGEventType>
      extended by org.apache.tez.dag.app.dag.event.DAGEvent
          extended by org.apache.tez.dag.app.dag.event.DAGEventDiagnosticsUpdate
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<DAGEventType>

public class DAGEventDiagnosticsUpdate
extends DAGEvent


Constructor Summary
DAGEventDiagnosticsUpdate(org.apache.tez.dag.records.TezDAGID dagId, String diagnostic)
           
 
Method Summary
 String getDiagnosticUpdate()
           
 
Methods inherited from class org.apache.tez.dag.app.dag.event.DAGEvent
getDAGId
 
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

DAGEventDiagnosticsUpdate

public DAGEventDiagnosticsUpdate(org.apache.tez.dag.records.TezDAGID dagId,
                                 String diagnostic)
Method Detail

getDiagnosticUpdate

public String getDiagnosticUpdate()


Copyright © 2014 Apache Software Foundation. All rights reserved.