public class FetchFailed extends Object implements TaskEndReason, scala.Product, scala.Serializable
| Constructor and Description |
|---|
FetchFailed(BlockManagerId bmAddress,
int shuffleId,
int mapId,
int reduceId) |
| Modifier and Type | Method and Description |
|---|---|
BlockManagerId |
bmAddress() |
int |
mapId() |
int |
reduceId() |
int |
shuffleId() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic FetchFailed(BlockManagerId bmAddress, int shuffleId, int mapId, int reduceId)
public BlockManagerId bmAddress()
public int shuffleId()
public int mapId()
public int reduceId()