org.apache.tez.runtime.api.events
Class InputReadErrorEvent

java.lang.Object
  extended by org.apache.tez.runtime.api.Event
      extended by 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.


Constructor Summary
InputReadErrorEvent(String diagnostics, int index, int version)
           
 
Method Summary
 String getDiagnostics()
           
 int getIndex()
           
 int getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputReadErrorEvent

public InputReadErrorEvent(String diagnostics,
                           int index,
                           int version)
Method Detail

getDiagnostics

public String getDiagnostics()

getIndex

public int getIndex()

getVersion

public int getVersion()


Copyright © 2014 Apache Software Foundation. All rights reserved.