BlockFetchingListener¶
BlockFetchingListener is an extension of the EventListener (Java) abstraction that want to be notified about block fetch success and failures.
BlockFetchingListener is used to create a OneForOneBlockFetcher, OneForOneBlockPusher and RetryingBlockFetcher.
Contract¶
onBlockFetchFailure¶
onBlockFetchSuccess¶
Implementations¶
- "Unnamed" in ShuffleBlockFetcherIterator
- "Unnamed" in BlockTransferService
- RetryingBlockFetchListener