public class VertexEventRootInputFailed extends VertexEvent
| Constructor and Description |
|---|
VertexEventRootInputFailed(org.apache.tez.dag.records.TezVertexID vertexId,
String inputName,
AMUserCodeException error) |
| Modifier and Type | Method and Description |
|---|---|
AMUserCodeException |
getError() |
String |
getInputName() |
getVertexIdpublic VertexEventRootInputFailed(org.apache.tez.dag.records.TezVertexID vertexId,
String inputName,
AMUserCodeException error)
public AMUserCodeException getError()
public String getInputName()
Copyright © 2015 Apache Software Foundation. All rights reserved.