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

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<VertexEventType>
      extended by org.apache.tez.dag.app.dag.event.VertexEvent
          extended by org.apache.tez.dag.app.dag.event.VertexEventRootInputFailed
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<VertexEventType>

public class VertexEventRootInputFailed
extends VertexEvent


Constructor Summary
VertexEventRootInputFailed(org.apache.tez.dag.records.TezVertexID vertexId, String inputName, Throwable error)
           
 
Method Summary
 Throwable getError()
           
 String getInputName()
           
 
Methods inherited from class org.apache.tez.dag.app.dag.event.VertexEvent
getVertexId
 
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

VertexEventRootInputFailed

public VertexEventRootInputFailed(org.apache.tez.dag.records.TezVertexID vertexId,
                                  String inputName,
                                  Throwable error)
Method Detail

getError

public Throwable getError()

getInputName

public String getInputName()


Copyright © 2014 Apache Software Foundation. All rights reserved.