public static class ShuffleBlockFetcherIterator.FailureFetchResult extends Object implements ShuffleBlockFetcherIterator.FetchResult, scala.Product, scala.Serializable
Constructor and Description |
---|
ShuffleBlockFetcherIterator.FailureFetchResult(BlockId blockId,
Throwable e) |
Modifier and Type | Method and Description |
---|---|
BlockId |
blockId() |
Throwable |
e() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ShuffleBlockFetcherIterator.FailureFetchResult(BlockId blockId, Throwable e)
public BlockId blockId()
blockId
in interface ShuffleBlockFetcherIterator.FetchResult
public Throwable e()