Class SparkListener

Object
org.apache.spark.scheduler.SparkListener
All Implemented Interfaces:
SparkListenerInterface
Direct Known Subclasses:
SpillListener, StatsReportListener

public abstract class SparkListener extends Object implements SparkListenerInterface
:: DeveloperApi :: A default implementation for SparkListenerInterface that has no-op implementations for all callbacks.

Note that this is an internal interface which might change in different Spark releases.