org.apache.tez.runtime.api.events
Class InputFailedEvent
java.lang.Object
org.apache.tez.runtime.api.Event
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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.