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

java.lang.Object
  extended by org.apache.tez.runtime.api.Event
      extended by org.apache.tez.runtime.api.events.InputFailedEvent

public class InputFailedEvent
extends Event

Event sent from the AM to an Input to indicate that one of it's sources has failed - effectively the input is no longer available from the particular source. Users are not expected to send this event.


Constructor Summary
InputFailedEvent()
           
InputFailedEvent(int targetIndex, int version)
           
InputFailedEvent(int sourceIndex, int targetIndex, int version)
           
 
Method Summary
 int getSourceIndex()
           
 int getTargetIndex()
           
 int getVersion()
           
 void setTargetIndex(int targetIndex)
           
 void setVersion(int version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputFailedEvent

@InterfaceAudience.Private
public InputFailedEvent()

InputFailedEvent

@InterfaceAudience.Private
public InputFailedEvent(int sourceIndex,
                                                  int targetIndex,
                                                  int version)

InputFailedEvent

@InterfaceAudience.Private
public InputFailedEvent(int targetIndex,
                                                  int version)
Method Detail

getSourceIndex

public int getSourceIndex()

getTargetIndex

public int getTargetIndex()

setTargetIndex

@InterfaceAudience.Private
public void setTargetIndex(int targetIndex)

getVersion

public int getVersion()

setVersion

@InterfaceAudience.Private
public void setVersion(int version)


Copyright © 2014 Apache Software Foundation. All rights reserved.