org.apache.tez.runtime.api.events
Class InputReadErrorEvent
java.lang.Object
org.apache.tez.runtime.api.Event
org.apache.tez.runtime.api.events.InputReadErrorEvent
public final class InputReadErrorEvent
- extends Event
Event generated by an Input to indicate error when trying to retrieve data.
This is not necessarily a fatal event - it's an indication to the AM to retry
source data generation.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputReadErrorEvent
public InputReadErrorEvent(String diagnostics,
int index,
int version)
getDiagnostics
public String getDiagnostics()
getIndex
public int getIndex()
getVersion
public int getVersion()
Copyright © 2014 Apache Software Foundation. All rights reserved.