Class ShuffleFetchCompletionListener

Object
org.apache.spark.storage.ShuffleFetchCompletionListener
All Implemented Interfaces:
EventListener, TaskCompletionListener

public class ShuffleFetchCompletionListener extends Object implements TaskCompletionListener
A listener to be called at the completion of the ShuffleBlockFetcherIterator param: data the ShuffleBlockFetcherIterator to process
  • Constructor Details

    • ShuffleFetchCompletionListener

      public ShuffleFetchCompletionListener(org.apache.spark.storage.ShuffleBlockFetcherIterator data)
  • Method Details