blob: 0e761cc08dadfa8dfe6b0b18162c90e2c910d024 [file] [log] [blame]
<!DOCTYPE html >
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Spark 3.4.3 ScalaDoc - org.apache.spark.scheduler.SparkListener</title>
<meta name="description" content="Spark 3.4.3 ScalaDoc - org.apache.spark.scheduler.SparkListener" />
<meta name="keywords" content="Spark 3.4.3 ScalaDoc org.apache.spark.scheduler.SparkListener" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link href="../../../../lib/index.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" />
<script type="text/javascript" src="../../../../lib/jquery.min.js"></script>
<script type="text/javascript" src="../../../../lib/jquery.panzoom.min.js"></script>
<script type="text/javascript" src="../../../../lib/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="../../../../lib/index.js"></script>
<script type="text/javascript" src="../../../../index.js"></script>
<script type="text/javascript" src="../../../../lib/scheduler.js"></script>
<script type="text/javascript" src="../../../../lib/template.js"></script>
<script type="text/javascript">
/* this variable can be used by the JS to determine the path to the root document */
var toRoot = '../../../../';
</script>
</head>
<body>
<div id="search">
<span id="doc-title">Spark 3.4.3 ScalaDoc<span id="doc-version"></span></span>
<span class="close-results"><span class="left">&lt;</span> Back</span>
<div id="textfilter">
<span class="input">
<input autocapitalize="none" placeholder="Search" id="index-input" type="text" accesskey="/" />
<i class="clear material-icons"></i>
<i id="search-icon" class="material-icons"></i>
</span>
</div>
</div>
<div id="search-results">
<div id="search-progress">
<div id="progress-fill"></div>
</div>
<div id="results-content">
<div id="entity-results"></div>
<div id="member-results"></div>
</div>
</div>
<div id="content-scroll-container" style="-webkit-overflow-scrolling: touch;">
<div id="content-container" style="-webkit-overflow-scrolling: touch;">
<div id="subpackage-spacer">
<div id="packages">
<h1>Packages</h1>
<ul>
<li name="_root_.root" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="_root_"></a><a id="root:_root_"></a>
<span class="permalink">
<a href="../../../../index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="../../../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
</li><li name="_root_.org" visbl="pub" class="indented1 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="org"></a><a id="org:org"></a>
<span class="permalink">
<a href="../../../../org/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="../../../index.html"><span class="name">org</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
</li><li name="org.apache" visbl="pub" class="indented2 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="apache"></a><a id="apache:apache"></a>
<span class="permalink">
<a href="../../../../org/apache/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="../../index.html"><span class="name">apache</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="org">org</a></dd></dl></div>
</li><li name="org.apache.spark" visbl="pub" class="indented3 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="spark"></a><a id="spark:spark"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="Core Spark functionality." href="../index.html"><span class="name">spark</span></a>
</span>
<p class="shortcomment cmt">Core Spark functionality.</p><div class="fullcomment"><div class="comment cmt"><p>Core Spark functionality. <a href="../SparkContext.html" class="extype" name="org.apache.spark.SparkContext">org.apache.spark.SparkContext</a> serves as the main entry point to
Spark, while <a href="../rdd/RDD.html" class="extype" name="org.apache.spark.rdd.RDD">org.apache.spark.rdd.RDD</a> is the data type representing a distributed collection,
and provides most parallel operations.</p><p>In addition, <a href="../rdd/PairRDDFunctions.html" class="extype" name="org.apache.spark.rdd.PairRDDFunctions">org.apache.spark.rdd.PairRDDFunctions</a> contains operations available only on RDDs
of key-value pairs, such as <code>groupByKey</code> and <code>join</code>; <a href="../rdd/DoubleRDDFunctions.html" class="extype" name="org.apache.spark.rdd.DoubleRDDFunctions">org.apache.spark.rdd.DoubleRDDFunctions</a>
contains operations available only on RDDs of Doubles; and
<a href="../rdd/SequenceFileRDDFunctions.html" class="extype" name="org.apache.spark.rdd.SequenceFileRDDFunctions">org.apache.spark.rdd.SequenceFileRDDFunctions</a> contains operations available on RDDs that can
be saved as SequenceFiles. These operations are automatically available on any RDD of the right
type (e.g. RDD[(Int, Int)] through implicit conversions.</p><p>Java programmers should reference the <a href="../api/java/index.html" class="extype" name="org.apache.spark.api.java">org.apache.spark.api.java</a> package
for Spark programming APIs in Java.</p><p>Classes and methods marked with <span class="experimental badge" style="float: none;">
Experimental</span> are user-facing features which have not been officially adopted by the
Spark project. These are subject to change or removal in minor releases.</p><p>Classes and methods marked with <span class="developer badge" style="float: none;">
Developer API</span> are intended for advanced users want to extend Spark through lower
level interfaces. These are subject to changes or removal in minor releases.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="org.apache">apache</a></dd></dl></div>
</li><li name="org.apache.spark.scheduler" visbl="pub" class="indented4 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="scheduler"></a><a id="scheduler:scheduler"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="Spark's scheduling components." href="index.html"><span class="name">scheduler</span></a>
</span>
<p class="shortcomment cmt">Spark's scheduling components.</p><div class="fullcomment"><div class="comment cmt"><p>Spark's scheduling components. This includes the <code>org.apache.spark.scheduler.DAGScheduler</code> and
lower level <code>org.apache.spark.scheduler.TaskScheduler</code>.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="org.apache.spark">spark</a></dd></dl></div>
</li><li name="org.apache.spark.scheduler.cluster" visbl="pub" class="indented5 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="cluster"></a><a id="cluster:cluster"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/cluster/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="cluster/index.html"><span class="name">cluster</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="org.apache.spark.scheduler">scheduler</a></dd></dl></div>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="AccumulableInfo.html" title=":: DeveloperApi :: Information about an org.apache.spark.util.AccumulatorV2 modified during a task or stage."></a>
<a href="AccumulableInfo.html" title=":: DeveloperApi :: Information about an org.apache.spark.util.AccumulatorV2 modified during a task or stage.">AccumulableInfo</a>
</li><li class="current-entities indented4">
<a class="object" href="InputFormatInfo$.html" title=""></a>
<a class="class" href="InputFormatInfo.html" title=":: DeveloperApi :: Parses and holds information about inputFormat (and files) specified as a parameter."></a>
<a href="InputFormatInfo.html" title=":: DeveloperApi :: Parses and holds information about inputFormat (and files) specified as a parameter.">InputFormatInfo</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="trait" href="JobResult.html" title=":: DeveloperApi :: A result of a job in the DAGScheduler."></a>
<a href="JobResult.html" title=":: DeveloperApi :: A result of a job in the DAGScheduler.">JobResult</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="object" href="JobSucceeded$.html" title=""></a>
<a href="JobSucceeded$.html" title="">JobSucceeded</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="MiscellaneousProcessDetails.html" title=":: DeveloperApi :: Stores information about an Miscellaneous Process to pass from the scheduler to SparkListeners."></a>
<a href="MiscellaneousProcessDetails.html" title=":: DeveloperApi :: Stores information about an Miscellaneous Process to pass from the scheduler to SparkListeners.">MiscellaneousProcessDetails</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="object" href="SchedulingMode$.html" title="&quot;FAIR&quot; and &quot;FIFO&quot; determines which policy is used to order tasks amongst a Schedulable's sub-queues &quot;NONE&quot; is used when the a Schedulable has no sub-queues."></a>
<a href="SchedulingMode$.html" title="&quot;FAIR&quot; and &quot;FIFO&quot; determines which policy is used to order tasks amongst a Schedulable's sub-queues &quot;NONE&quot; is used when the a Schedulable has no sub-queues.">SchedulingMode</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="" title=":: DeveloperApi :: A default implementation for SparkListenerInterface that has no-op implementations for all callbacks."></a>
<a href="" title=":: DeveloperApi :: A default implementation for SparkListenerInterface that has no-op implementations for all callbacks.">SparkListener</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerApplicationEnd.html" title=""></a>
<a href="SparkListenerApplicationEnd.html" title="">SparkListenerApplicationEnd</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerApplicationStart.html" title=""></a>
<a href="SparkListenerApplicationStart.html" title="">SparkListenerApplicationStart</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerBlockManagerAdded.html" title=""></a>
<a href="SparkListenerBlockManagerAdded.html" title="">SparkListenerBlockManagerAdded</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerBlockManagerRemoved.html" title=""></a>
<a href="SparkListenerBlockManagerRemoved.html" title="">SparkListenerBlockManagerRemoved</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerBlockUpdated.html" title=""></a>
<a href="SparkListenerBlockUpdated.html" title="">SparkListenerBlockUpdated</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerEnvironmentUpdate.html" title=""></a>
<a href="SparkListenerEnvironmentUpdate.html" title="">SparkListenerEnvironmentUpdate</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="trait" href="SparkListenerEvent.html" title=""></a>
<a href="SparkListenerEvent.html" title="">SparkListenerEvent</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerExecutorAdded.html" title=""></a>
<a href="SparkListenerExecutorAdded.html" title="">SparkListenerExecutorAdded</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerExecutorBlacklisted.html" title=""></a>
<a href="SparkListenerExecutorBlacklisted.html" title="">SparkListenerExecutorBlacklisted</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerExecutorBlacklistedForStage.html" title=""></a>
<a href="SparkListenerExecutorBlacklistedForStage.html" title="">SparkListenerExecutorBlacklistedForStage</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerExecutorExcluded.html" title=""></a>
<a href="SparkListenerExecutorExcluded.html" title="">SparkListenerExecutorExcluded</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerExecutorExcludedForStage.html" title=""></a>
<a href="SparkListenerExecutorExcludedForStage.html" title="">SparkListenerExecutorExcludedForStage</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerExecutorMetricsUpdate.html" title="Periodic updates from executors."></a>
<a href="SparkListenerExecutorMetricsUpdate.html" title="Periodic updates from executors.">SparkListenerExecutorMetricsUpdate</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerExecutorRemoved.html" title=""></a>
<a href="SparkListenerExecutorRemoved.html" title="">SparkListenerExecutorRemoved</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerExecutorUnblacklisted.html" title=""></a>
<a href="SparkListenerExecutorUnblacklisted.html" title="">SparkListenerExecutorUnblacklisted</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerExecutorUnexcluded.html" title=""></a>
<a href="SparkListenerExecutorUnexcluded.html" title="">SparkListenerExecutorUnexcluded</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerJobEnd.html" title=""></a>
<a href="SparkListenerJobEnd.html" title="">SparkListenerJobEnd</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerJobStart.html" title=""></a>
<a href="SparkListenerJobStart.html" title="">SparkListenerJobStart</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerLogStart.html" title="An internal class that describes the metadata of an event log."></a>
<a href="SparkListenerLogStart.html" title="An internal class that describes the metadata of an event log.">SparkListenerLogStart</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerMiscellaneousProcessAdded.html" title=""></a>
<a href="SparkListenerMiscellaneousProcessAdded.html" title="">SparkListenerMiscellaneousProcessAdded</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerNodeBlacklisted.html" title=""></a>
<a href="SparkListenerNodeBlacklisted.html" title="">SparkListenerNodeBlacklisted</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerNodeBlacklistedForStage.html" title=""></a>
<a href="SparkListenerNodeBlacklistedForStage.html" title="">SparkListenerNodeBlacklistedForStage</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerNodeExcluded.html" title=""></a>
<a href="SparkListenerNodeExcluded.html" title="">SparkListenerNodeExcluded</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerNodeExcludedForStage.html" title=""></a>
<a href="SparkListenerNodeExcludedForStage.html" title="">SparkListenerNodeExcludedForStage</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerNodeUnblacklisted.html" title=""></a>
<a href="SparkListenerNodeUnblacklisted.html" title="">SparkListenerNodeUnblacklisted</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerNodeUnexcluded.html" title=""></a>
<a href="SparkListenerNodeUnexcluded.html" title="">SparkListenerNodeUnexcluded</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerResourceProfileAdded.html" title=""></a>
<a href="SparkListenerResourceProfileAdded.html" title="">SparkListenerResourceProfileAdded</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerSpeculativeTaskSubmitted.html" title=""></a>
<a href="SparkListenerSpeculativeTaskSubmitted.html" title="">SparkListenerSpeculativeTaskSubmitted</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerStageCompleted.html" title=""></a>
<a href="SparkListenerStageCompleted.html" title="">SparkListenerStageCompleted</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerStageExecutorMetrics.html" title="Peak metric values for the executor for the stage, written to the history log at stage completion."></a>
<a href="SparkListenerStageExecutorMetrics.html" title="Peak metric values for the executor for the stage, written to the history log at stage completion.">SparkListenerStageExecutorMetrics</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerStageSubmitted.html" title=""></a>
<a href="SparkListenerStageSubmitted.html" title="">SparkListenerStageSubmitted</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerTaskEnd.html" title=""></a>
<a href="SparkListenerTaskEnd.html" title="">SparkListenerTaskEnd</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerTaskGettingResult.html" title=""></a>
<a href="SparkListenerTaskGettingResult.html" title="">SparkListenerTaskGettingResult</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerTaskStart.html" title=""></a>
<a href="SparkListenerTaskStart.html" title="">SparkListenerTaskStart</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerUnpersistRDD.html" title=""></a>
<a href="SparkListenerUnpersistRDD.html" title="">SparkListenerUnpersistRDD</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerUnschedulableTaskSetAdded.html" title=""></a>
<a href="SparkListenerUnschedulableTaskSetAdded.html" title="">SparkListenerUnschedulableTaskSetAdded</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="SparkListenerUnschedulableTaskSetRemoved.html" title=""></a>
<a href="SparkListenerUnschedulableTaskSetRemoved.html" title="">SparkListenerUnschedulableTaskSetRemoved</a>
</li><li class="current-entities indented4">
<a class="object" href="SplitInfo$.html" title=""></a>
<a class="class" href="SplitInfo.html" title=""></a>
<a href="SplitInfo.html" title="">SplitInfo</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="StageInfo.html" title=":: DeveloperApi :: Stores information about a stage to pass from the scheduler to SparkListeners."></a>
<a href="StageInfo.html" title=":: DeveloperApi :: Stores information about a stage to pass from the scheduler to SparkListeners.">StageInfo</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="StatsReportListener.html" title=":: DeveloperApi :: Simple SparkListener that logs a few summary statistics when each stage completes."></a>
<a href="StatsReportListener.html" title=":: DeveloperApi :: Simple SparkListener that logs a few summary statistics when each stage completes.">StatsReportListener</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="TaskInfo.html" title=":: DeveloperApi :: Information about a running task attempt inside a TaskSet."></a>
<a href="TaskInfo.html" title=":: DeveloperApi :: Information about a running task attempt inside a TaskSet.">TaskInfo</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="object" href="TaskLocality$.html" title=""></a>
<a href="TaskLocality$.html" title="">TaskLocality</a>
</li>
</ul>
</div>
</div>
<div id="content">
<body class="class type">
<div id="definition">
<div class="big-circle class">c</div>
<p id="owner"><a href="../../../index.html" class="extype" name="org">org</a>.<a href="../../index.html" class="extype" name="org.apache">apache</a>.<a href="../index.html" class="extype" name="org.apache.spark">spark</a>.<a href="index.html" class="extype" name="org.apache.spark.scheduler">scheduler</a></p>
<h1>SparkListener<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span></h1>
<h3><span class="morelinks"></span></h3>
</div>
<h4 id="signature" class="signature">
<span class="modifier_kind">
<span class="modifier">abstract </span>
<span class="kind">class</span>
</span>
<span class="symbol">
<span class="name">SparkListener</span><span class="result"> extends <span class="extype" name="org.apache.spark.scheduler.SparkListenerInterface">SparkListenerInterface</span></span>
</span>
</h4>
<div id="comment" class="fullcommenttop"><div class="comment cmt"><p>:: DeveloperApi ::
A default implementation for <code>SparkListenerInterface</code> that has no-op implementations for
all callbacks.</p><p>Note that this is an internal interface which might change in different Spark releases.
</p></div><dl class="attributes block"> <dt>Annotations</dt><dd>
<span class="name">@DeveloperApi</span><span class="args">()</span>
</dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v3.4.3/core/src/main/scala/org/apache/spark/scheduler/SparkListener.scala" target="_blank">SparkListener.scala</a></dd></dl><div class="toggleContainer block">
<span class="toggle">
Linear Supertypes
</span>
<div class="superTypes hiddenContent"><span class="extype" name="org.apache.spark.scheduler.SparkListenerInterface">SparkListenerInterface</span>, <a href="../../../../scala/index.html#AnyRef=Object" class="extmbr" name="scala.AnyRef">AnyRef</a>, <span class="extype" name="scala.Any">Any</span></div>
</div><div class="toggleContainer block">
<span class="toggle">
Known Subclasses
</span>
<div class="subClasses hiddenContent"><a href="StatsReportListener.html" class="extype" name="org.apache.spark.scheduler.StatsReportListener">StatsReportListener</a></div>
</div></div>
<div id="mbrsel">
<div class="toggle"></div>
<div id="memberfilter">
<i class="material-icons arrow"></i>
<span class="input">
<input id="mbrsel-input" placeholder="Filter all members" type="text" accesskey="/" />
</span>
<i class="clear material-icons"></i>
</div>
<div id="filterby">
<div id="order">
<span class="filtertype">Ordering</span>
<ol>
<li class="alpha in"><span>Alphabetic</span></li>
<li class="inherit out"><span>By Inheritance</span></li>
</ol>
</div>
<div class="ancestors">
<span class="filtertype">Inherited<br />
</span>
<ol id="linearization">
<li class="in" name="org.apache.spark.scheduler.SparkListener"><span>SparkListener</span></li><li class="in" name="org.apache.spark.scheduler.SparkListenerInterface"><span>SparkListenerInterface</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li>
</ol>
</div><div class="ancestors">
<span class="filtertype"></span>
<ol>
<li class="hideall out"><span>Hide All</span></li>
<li class="showall in"><span>Show All</span></li>
</ol>
</div>
<div id="visbl">
<span class="filtertype">Visibility</span>
<ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol>
</div>
</div>
</div>
<div id="template">
<div id="allMembers">
<div id="constructors" class="members">
<h3>Instance Constructors</h3>
<ol><li name="org.apache.spark.scheduler.SparkListener#&lt;init&gt;" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped">
<a id="&lt;init&gt;():org.apache.spark.scheduler.SparkListener"></a><a id="&lt;init&gt;:SparkListener"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#&lt;init&gt;():org.apache.spark.scheduler.SparkListener" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">new</span>
</span>
<span class="symbol">
<span class="name">SparkListener</span><span class="params">()</span>
</span>
</li></ol>
</div>
<div class="values members">
<h3>Value Members</h3>
<ol>
<li name="scala.AnyRef#!=" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:Any):Boolean"></a><a id="!=(Any):Boolean"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#!=(x$1:Any):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef###" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="##():Int"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html###():Int" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#==" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:Any):Boolean"></a><a id="==(Any):Boolean"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#==(x$1:Any):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.Any#asInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="asInstanceOf[T0]:T0"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#asInstanceOf[T0]:T0" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#clone" visbl="prt" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="clone():Object"></a><a id="clone():AnyRef"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#clone():Object" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">clone</span><span class="params">()</span><span class="result">: <a href="../../../../scala/index.html#AnyRef=Object" class="extmbr" name="scala.AnyRef">AnyRef</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<span class="extype" name="java.lang">lang</span>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
</span>)</span>
<span class="name">@native</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#eq" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="eq(x$1:AnyRef):Boolean"></a><a id="eq(AnyRef):Boolean"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#eq(x$1:AnyRef):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">eq</span><span class="params">(<span name="arg0">arg0: <a href="../../../../scala/index.html#AnyRef=Object" class="extmbr" name="scala.AnyRef">AnyRef</a></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#equals" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="equals(x$1:Any):Boolean"></a><a id="equals(Any):Boolean"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#equals(x$1:Any):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#finalize" visbl="prt" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="finalize():Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#finalize():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<span class="extype" name="java.lang">lang</span>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#getClass" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getClass():Class[_]"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#getClass():Class[_]" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
<span class="name">@native</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#hashCode" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="hashCode():Int"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#hashCode():Int" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
<span class="name">@native</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#isInstanceOf[T0]:Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#ne" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ne(x$1:AnyRef):Boolean"></a><a id="ne(AnyRef):Boolean"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#ne(x$1:AnyRef):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">ne</span><span class="params">(<span name="arg0">arg0: <a href="../../../../scala/index.html#AnyRef=Object" class="extmbr" name="scala.AnyRef">AnyRef</a></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notify" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notify():Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#notify():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@native</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#notifyAll():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@native</span><span class="args">()</span>
</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onApplicationEnd" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onApplicationEnd(applicationEnd:org.apache.spark.scheduler.SparkListenerApplicationEnd):Unit"></a><a id="onApplicationEnd(SparkListenerApplicationEnd):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onApplicationEnd(applicationEnd:org.apache.spark.scheduler.SparkListenerApplicationEnd):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onApplicationEnd</span><span class="params">(<span name="applicationEnd">applicationEnd: <a href="SparkListenerApplicationEnd.html" class="extype" name="org.apache.spark.scheduler.SparkListenerApplicationEnd">SparkListenerApplicationEnd</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when the application ends
</p><div class="fullcomment"><div class="comment cmt"><p>Called when the application ends
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onApplicationStart" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onApplicationStart(applicationStart:org.apache.spark.scheduler.SparkListenerApplicationStart):Unit"></a><a id="onApplicationStart(SparkListenerApplicationStart):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onApplicationStart(applicationStart:org.apache.spark.scheduler.SparkListenerApplicationStart):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onApplicationStart</span><span class="params">(<span name="applicationStart">applicationStart: <a href="SparkListenerApplicationStart.html" class="extype" name="org.apache.spark.scheduler.SparkListenerApplicationStart">SparkListenerApplicationStart</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when the application starts
</p><div class="fullcomment"><div class="comment cmt"><p>Called when the application starts
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onBlockManagerAdded" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onBlockManagerAdded(blockManagerAdded:org.apache.spark.scheduler.SparkListenerBlockManagerAdded):Unit"></a><a id="onBlockManagerAdded(SparkListenerBlockManagerAdded):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onBlockManagerAdded(blockManagerAdded:org.apache.spark.scheduler.SparkListenerBlockManagerAdded):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onBlockManagerAdded</span><span class="params">(<span name="blockManagerAdded">blockManagerAdded: <a href="SparkListenerBlockManagerAdded.html" class="extype" name="org.apache.spark.scheduler.SparkListenerBlockManagerAdded">SparkListenerBlockManagerAdded</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when a new block manager has joined
</p><div class="fullcomment"><div class="comment cmt"><p>Called when a new block manager has joined
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onBlockManagerRemoved" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onBlockManagerRemoved(blockManagerRemoved:org.apache.spark.scheduler.SparkListenerBlockManagerRemoved):Unit"></a><a id="onBlockManagerRemoved(SparkListenerBlockManagerRemoved):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onBlockManagerRemoved(blockManagerRemoved:org.apache.spark.scheduler.SparkListenerBlockManagerRemoved):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onBlockManagerRemoved</span><span class="params">(<span name="blockManagerRemoved">blockManagerRemoved: <a href="SparkListenerBlockManagerRemoved.html" class="extype" name="org.apache.spark.scheduler.SparkListenerBlockManagerRemoved">SparkListenerBlockManagerRemoved</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when an existing block manager has been removed
</p><div class="fullcomment"><div class="comment cmt"><p>Called when an existing block manager has been removed
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onBlockUpdated" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onBlockUpdated(blockUpdated:org.apache.spark.scheduler.SparkListenerBlockUpdated):Unit"></a><a id="onBlockUpdated(SparkListenerBlockUpdated):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onBlockUpdated(blockUpdated:org.apache.spark.scheduler.SparkListenerBlockUpdated):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onBlockUpdated</span><span class="params">(<span name="blockUpdated">blockUpdated: <a href="SparkListenerBlockUpdated.html" class="extype" name="org.apache.spark.scheduler.SparkListenerBlockUpdated">SparkListenerBlockUpdated</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when the driver receives a block update info.</p><div class="fullcomment"><div class="comment cmt"><p>Called when the driver receives a block update info.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onEnvironmentUpdate" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onEnvironmentUpdate(environmentUpdate:org.apache.spark.scheduler.SparkListenerEnvironmentUpdate):Unit"></a><a id="onEnvironmentUpdate(SparkListenerEnvironmentUpdate):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onEnvironmentUpdate(environmentUpdate:org.apache.spark.scheduler.SparkListenerEnvironmentUpdate):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onEnvironmentUpdate</span><span class="params">(<span name="environmentUpdate">environmentUpdate: <a href="SparkListenerEnvironmentUpdate.html" class="extype" name="org.apache.spark.scheduler.SparkListenerEnvironmentUpdate">SparkListenerEnvironmentUpdate</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when environment properties have been updated
</p><div class="fullcomment"><div class="comment cmt"><p>Called when environment properties have been updated
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onExecutorAdded" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onExecutorAdded(executorAdded:org.apache.spark.scheduler.SparkListenerExecutorAdded):Unit"></a><a id="onExecutorAdded(SparkListenerExecutorAdded):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onExecutorAdded(executorAdded:org.apache.spark.scheduler.SparkListenerExecutorAdded):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onExecutorAdded</span><span class="params">(<span name="executorAdded">executorAdded: <a href="SparkListenerExecutorAdded.html" class="extype" name="org.apache.spark.scheduler.SparkListenerExecutorAdded">SparkListenerExecutorAdded</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when the driver registers a new executor.</p><div class="fullcomment"><div class="comment cmt"><p>Called when the driver registers a new executor.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onExecutorBlacklisted" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onExecutorBlacklisted(executorBlacklisted:org.apache.spark.scheduler.SparkListenerExecutorBlacklisted):Unit"></a><a id="onExecutorBlacklisted(SparkListenerExecutorBlacklisted):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onExecutorBlacklisted(executorBlacklisted:org.apache.spark.scheduler.SparkListenerExecutorBlacklisted):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onExecutorBlacklisted</span><span class="params">(<span name="executorBlacklisted">executorBlacklisted: <a href="SparkListenerExecutorBlacklisted.html" class="extype" name="org.apache.spark.scheduler.SparkListenerExecutorBlacklisted">SparkListenerExecutorBlacklisted</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when the driver excludes an executor for a Spark application.</p><div class="fullcomment"><div class="comment cmt"><p>Called when the driver excludes an executor for a Spark application.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onExecutorBlacklistedForStage" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onExecutorBlacklistedForStage(executorBlacklistedForStage:org.apache.spark.scheduler.SparkListenerExecutorBlacklistedForStage):Unit"></a><a id="onExecutorBlacklistedForStage(SparkListenerExecutorBlacklistedForStage):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onExecutorBlacklistedForStage(executorBlacklistedForStage:org.apache.spark.scheduler.SparkListenerExecutorBlacklistedForStage):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onExecutorBlacklistedForStage</span><span class="params">(<span name="executorBlacklistedForStage">executorBlacklistedForStage: <a href="SparkListenerExecutorBlacklistedForStage.html" class="extype" name="org.apache.spark.scheduler.SparkListenerExecutorBlacklistedForStage">SparkListenerExecutorBlacklistedForStage</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when the driver excludes an executor for a stage.</p><div class="fullcomment"><div class="comment cmt"><p>Called when the driver excludes an executor for a stage.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onExecutorExcluded" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onExecutorExcluded(executorExcluded:org.apache.spark.scheduler.SparkListenerExecutorExcluded):Unit"></a><a id="onExecutorExcluded(SparkListenerExecutorExcluded):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onExecutorExcluded(executorExcluded:org.apache.spark.scheduler.SparkListenerExecutorExcluded):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onExecutorExcluded</span><span class="params">(<span name="executorExcluded">executorExcluded: <a href="SparkListenerExecutorExcluded.html" class="extype" name="org.apache.spark.scheduler.SparkListenerExecutorExcluded">SparkListenerExecutorExcluded</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when the driver excludes an executor for a Spark application.</p><div class="fullcomment"><div class="comment cmt"><p>Called when the driver excludes an executor for a Spark application.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onExecutorExcludedForStage" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onExecutorExcludedForStage(executorExcludedForStage:org.apache.spark.scheduler.SparkListenerExecutorExcludedForStage):Unit"></a><a id="onExecutorExcludedForStage(SparkListenerExecutorExcludedForStage):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onExecutorExcludedForStage(executorExcludedForStage:org.apache.spark.scheduler.SparkListenerExecutorExcludedForStage):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onExecutorExcludedForStage</span><span class="params">(<span name="executorExcludedForStage">executorExcludedForStage: <a href="SparkListenerExecutorExcludedForStage.html" class="extype" name="org.apache.spark.scheduler.SparkListenerExecutorExcludedForStage">SparkListenerExecutorExcludedForStage</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when the driver excludes an executor for a stage.</p><div class="fullcomment"><div class="comment cmt"><p>Called when the driver excludes an executor for a stage.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onExecutorMetricsUpdate" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onExecutorMetricsUpdate(executorMetricsUpdate:org.apache.spark.scheduler.SparkListenerExecutorMetricsUpdate):Unit"></a><a id="onExecutorMetricsUpdate(SparkListenerExecutorMetricsUpdate):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onExecutorMetricsUpdate(executorMetricsUpdate:org.apache.spark.scheduler.SparkListenerExecutorMetricsUpdate):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onExecutorMetricsUpdate</span><span class="params">(<span name="executorMetricsUpdate">executorMetricsUpdate: <a href="SparkListenerExecutorMetricsUpdate.html" class="extype" name="org.apache.spark.scheduler.SparkListenerExecutorMetricsUpdate">SparkListenerExecutorMetricsUpdate</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when the driver receives task metrics from an executor in a heartbeat.</p><div class="fullcomment"><div class="comment cmt"><p>Called when the driver receives task metrics from an executor in a heartbeat.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onExecutorRemoved" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onExecutorRemoved(executorRemoved:org.apache.spark.scheduler.SparkListenerExecutorRemoved):Unit"></a><a id="onExecutorRemoved(SparkListenerExecutorRemoved):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onExecutorRemoved(executorRemoved:org.apache.spark.scheduler.SparkListenerExecutorRemoved):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onExecutorRemoved</span><span class="params">(<span name="executorRemoved">executorRemoved: <a href="SparkListenerExecutorRemoved.html" class="extype" name="org.apache.spark.scheduler.SparkListenerExecutorRemoved">SparkListenerExecutorRemoved</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when the driver removes an executor.</p><div class="fullcomment"><div class="comment cmt"><p>Called when the driver removes an executor.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onExecutorUnblacklisted" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onExecutorUnblacklisted(executorUnblacklisted:org.apache.spark.scheduler.SparkListenerExecutorUnblacklisted):Unit"></a><a id="onExecutorUnblacklisted(SparkListenerExecutorUnblacklisted):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onExecutorUnblacklisted(executorUnblacklisted:org.apache.spark.scheduler.SparkListenerExecutorUnblacklisted):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onExecutorUnblacklisted</span><span class="params">(<span name="executorUnblacklisted">executorUnblacklisted: <a href="SparkListenerExecutorUnblacklisted.html" class="extype" name="org.apache.spark.scheduler.SparkListenerExecutorUnblacklisted">SparkListenerExecutorUnblacklisted</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when the driver re-enables a previously excluded executor.</p><div class="fullcomment"><div class="comment cmt"><p>Called when the driver re-enables a previously excluded executor.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onExecutorUnexcluded" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onExecutorUnexcluded(executorUnexcluded:org.apache.spark.scheduler.SparkListenerExecutorUnexcluded):Unit"></a><a id="onExecutorUnexcluded(SparkListenerExecutorUnexcluded):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onExecutorUnexcluded(executorUnexcluded:org.apache.spark.scheduler.SparkListenerExecutorUnexcluded):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onExecutorUnexcluded</span><span class="params">(<span name="executorUnexcluded">executorUnexcluded: <a href="SparkListenerExecutorUnexcluded.html" class="extype" name="org.apache.spark.scheduler.SparkListenerExecutorUnexcluded">SparkListenerExecutorUnexcluded</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when the driver re-enables a previously excluded executor.</p><div class="fullcomment"><div class="comment cmt"><p>Called when the driver re-enables a previously excluded executor.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onJobEnd" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onJobEnd(jobEnd:org.apache.spark.scheduler.SparkListenerJobEnd):Unit"></a><a id="onJobEnd(SparkListenerJobEnd):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onJobEnd(jobEnd:org.apache.spark.scheduler.SparkListenerJobEnd):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onJobEnd</span><span class="params">(<span name="jobEnd">jobEnd: <a href="SparkListenerJobEnd.html" class="extype" name="org.apache.spark.scheduler.SparkListenerJobEnd">SparkListenerJobEnd</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when a job ends
</p><div class="fullcomment"><div class="comment cmt"><p>Called when a job ends
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onJobStart" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onJobStart(jobStart:org.apache.spark.scheduler.SparkListenerJobStart):Unit"></a><a id="onJobStart(SparkListenerJobStart):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onJobStart(jobStart:org.apache.spark.scheduler.SparkListenerJobStart):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onJobStart</span><span class="params">(<span name="jobStart">jobStart: <a href="SparkListenerJobStart.html" class="extype" name="org.apache.spark.scheduler.SparkListenerJobStart">SparkListenerJobStart</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when a job starts
</p><div class="fullcomment"><div class="comment cmt"><p>Called when a job starts
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onNodeBlacklisted" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onNodeBlacklisted(nodeBlacklisted:org.apache.spark.scheduler.SparkListenerNodeBlacklisted):Unit"></a><a id="onNodeBlacklisted(SparkListenerNodeBlacklisted):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onNodeBlacklisted(nodeBlacklisted:org.apache.spark.scheduler.SparkListenerNodeBlacklisted):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onNodeBlacklisted</span><span class="params">(<span name="nodeBlacklisted">nodeBlacklisted: <a href="SparkListenerNodeBlacklisted.html" class="extype" name="org.apache.spark.scheduler.SparkListenerNodeBlacklisted">SparkListenerNodeBlacklisted</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when the driver excludes a node for a Spark application.</p><div class="fullcomment"><div class="comment cmt"><p>Called when the driver excludes a node for a Spark application.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onNodeBlacklistedForStage" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onNodeBlacklistedForStage(nodeBlacklistedForStage:org.apache.spark.scheduler.SparkListenerNodeBlacklistedForStage):Unit"></a><a id="onNodeBlacklistedForStage(SparkListenerNodeBlacklistedForStage):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onNodeBlacklistedForStage(nodeBlacklistedForStage:org.apache.spark.scheduler.SparkListenerNodeBlacklistedForStage):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onNodeBlacklistedForStage</span><span class="params">(<span name="nodeBlacklistedForStage">nodeBlacklistedForStage: <a href="SparkListenerNodeBlacklistedForStage.html" class="extype" name="org.apache.spark.scheduler.SparkListenerNodeBlacklistedForStage">SparkListenerNodeBlacklistedForStage</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when the driver excludes a node for a stage.</p><div class="fullcomment"><div class="comment cmt"><p>Called when the driver excludes a node for a stage.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onNodeExcluded" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onNodeExcluded(nodeExcluded:org.apache.spark.scheduler.SparkListenerNodeExcluded):Unit"></a><a id="onNodeExcluded(SparkListenerNodeExcluded):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onNodeExcluded(nodeExcluded:org.apache.spark.scheduler.SparkListenerNodeExcluded):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onNodeExcluded</span><span class="params">(<span name="nodeExcluded">nodeExcluded: <a href="SparkListenerNodeExcluded.html" class="extype" name="org.apache.spark.scheduler.SparkListenerNodeExcluded">SparkListenerNodeExcluded</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when the driver excludes a node for a Spark application.</p><div class="fullcomment"><div class="comment cmt"><p>Called when the driver excludes a node for a Spark application.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onNodeExcludedForStage" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onNodeExcludedForStage(nodeExcludedForStage:org.apache.spark.scheduler.SparkListenerNodeExcludedForStage):Unit"></a><a id="onNodeExcludedForStage(SparkListenerNodeExcludedForStage):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onNodeExcludedForStage(nodeExcludedForStage:org.apache.spark.scheduler.SparkListenerNodeExcludedForStage):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onNodeExcludedForStage</span><span class="params">(<span name="nodeExcludedForStage">nodeExcludedForStage: <a href="SparkListenerNodeExcludedForStage.html" class="extype" name="org.apache.spark.scheduler.SparkListenerNodeExcludedForStage">SparkListenerNodeExcludedForStage</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when the driver excludes a node for a stage.</p><div class="fullcomment"><div class="comment cmt"><p>Called when the driver excludes a node for a stage.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onNodeUnblacklisted" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onNodeUnblacklisted(nodeUnblacklisted:org.apache.spark.scheduler.SparkListenerNodeUnblacklisted):Unit"></a><a id="onNodeUnblacklisted(SparkListenerNodeUnblacklisted):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onNodeUnblacklisted(nodeUnblacklisted:org.apache.spark.scheduler.SparkListenerNodeUnblacklisted):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onNodeUnblacklisted</span><span class="params">(<span name="nodeUnblacklisted">nodeUnblacklisted: <a href="SparkListenerNodeUnblacklisted.html" class="extype" name="org.apache.spark.scheduler.SparkListenerNodeUnblacklisted">SparkListenerNodeUnblacklisted</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when the driver re-enables a previously excluded node.</p><div class="fullcomment"><div class="comment cmt"><p>Called when the driver re-enables a previously excluded node.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onNodeUnexcluded" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onNodeUnexcluded(nodeUnexcluded:org.apache.spark.scheduler.SparkListenerNodeUnexcluded):Unit"></a><a id="onNodeUnexcluded(SparkListenerNodeUnexcluded):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onNodeUnexcluded(nodeUnexcluded:org.apache.spark.scheduler.SparkListenerNodeUnexcluded):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onNodeUnexcluded</span><span class="params">(<span name="nodeUnexcluded">nodeUnexcluded: <a href="SparkListenerNodeUnexcluded.html" class="extype" name="org.apache.spark.scheduler.SparkListenerNodeUnexcluded">SparkListenerNodeUnexcluded</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when the driver re-enables a previously excluded node.</p><div class="fullcomment"><div class="comment cmt"><p>Called when the driver re-enables a previously excluded node.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onOtherEvent" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onOtherEvent(event:org.apache.spark.scheduler.SparkListenerEvent):Unit"></a><a id="onOtherEvent(SparkListenerEvent):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onOtherEvent(event:org.apache.spark.scheduler.SparkListenerEvent):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onOtherEvent</span><span class="params">(<span name="event">event: <a href="SparkListenerEvent.html" class="extype" name="org.apache.spark.scheduler.SparkListenerEvent">SparkListenerEvent</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when other events like SQL-specific events are posted.</p><div class="fullcomment"><div class="comment cmt"><p>Called when other events like SQL-specific events are posted.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onResourceProfileAdded" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onResourceProfileAdded(event:org.apache.spark.scheduler.SparkListenerResourceProfileAdded):Unit"></a><a id="onResourceProfileAdded(SparkListenerResourceProfileAdded):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onResourceProfileAdded(event:org.apache.spark.scheduler.SparkListenerResourceProfileAdded):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onResourceProfileAdded</span><span class="params">(<span name="event">event: <a href="SparkListenerResourceProfileAdded.html" class="extype" name="org.apache.spark.scheduler.SparkListenerResourceProfileAdded">SparkListenerResourceProfileAdded</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when a Resource Profile is added to the manager.</p><div class="fullcomment"><div class="comment cmt"><p>Called when a Resource Profile is added to the manager.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onSpeculativeTaskSubmitted" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onSpeculativeTaskSubmitted(speculativeTask:org.apache.spark.scheduler.SparkListenerSpeculativeTaskSubmitted):Unit"></a><a id="onSpeculativeTaskSubmitted(SparkListenerSpeculativeTaskSubmitted):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onSpeculativeTaskSubmitted(speculativeTask:org.apache.spark.scheduler.SparkListenerSpeculativeTaskSubmitted):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onSpeculativeTaskSubmitted</span><span class="params">(<span name="speculativeTask">speculativeTask: <a href="SparkListenerSpeculativeTaskSubmitted.html" class="extype" name="org.apache.spark.scheduler.SparkListenerSpeculativeTaskSubmitted">SparkListenerSpeculativeTaskSubmitted</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when a speculative task is submitted
</p><div class="fullcomment"><div class="comment cmt"><p>Called when a speculative task is submitted
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onStageCompleted" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onStageCompleted(stageCompleted:org.apache.spark.scheduler.SparkListenerStageCompleted):Unit"></a><a id="onStageCompleted(SparkListenerStageCompleted):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onStageCompleted(stageCompleted:org.apache.spark.scheduler.SparkListenerStageCompleted):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onStageCompleted</span><span class="params">(<span name="stageCompleted">stageCompleted: <a href="SparkListenerStageCompleted.html" class="extype" name="org.apache.spark.scheduler.SparkListenerStageCompleted">SparkListenerStageCompleted</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when a stage completes successfully or fails, with information on the completed stage.</p><div class="fullcomment"><div class="comment cmt"><p>Called when a stage completes successfully or fails, with information on the completed stage.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onStageExecutorMetrics" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onStageExecutorMetrics(executorMetrics:org.apache.spark.scheduler.SparkListenerStageExecutorMetrics):Unit"></a><a id="onStageExecutorMetrics(SparkListenerStageExecutorMetrics):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onStageExecutorMetrics(executorMetrics:org.apache.spark.scheduler.SparkListenerStageExecutorMetrics):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onStageExecutorMetrics</span><span class="params">(<span name="executorMetrics">executorMetrics: <a href="SparkListenerStageExecutorMetrics.html" class="extype" name="org.apache.spark.scheduler.SparkListenerStageExecutorMetrics">SparkListenerStageExecutorMetrics</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called with the peak memory metrics for a given (executor, stage) combination.</p><div class="fullcomment"><div class="comment cmt"><p>Called with the peak memory metrics for a given (executor, stage) combination. Note that this
is only present when reading from the event log (as in the history server), and is never
called in a live application.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onStageSubmitted" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onStageSubmitted(stageSubmitted:org.apache.spark.scheduler.SparkListenerStageSubmitted):Unit"></a><a id="onStageSubmitted(SparkListenerStageSubmitted):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onStageSubmitted(stageSubmitted:org.apache.spark.scheduler.SparkListenerStageSubmitted):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onStageSubmitted</span><span class="params">(<span name="stageSubmitted">stageSubmitted: <a href="SparkListenerStageSubmitted.html" class="extype" name="org.apache.spark.scheduler.SparkListenerStageSubmitted">SparkListenerStageSubmitted</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when a stage is submitted
</p><div class="fullcomment"><div class="comment cmt"><p>Called when a stage is submitted
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onTaskEnd" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onTaskEnd(taskEnd:org.apache.spark.scheduler.SparkListenerTaskEnd):Unit"></a><a id="onTaskEnd(SparkListenerTaskEnd):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onTaskEnd(taskEnd:org.apache.spark.scheduler.SparkListenerTaskEnd):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onTaskEnd</span><span class="params">(<span name="taskEnd">taskEnd: <a href="SparkListenerTaskEnd.html" class="extype" name="org.apache.spark.scheduler.SparkListenerTaskEnd">SparkListenerTaskEnd</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when a task ends
</p><div class="fullcomment"><div class="comment cmt"><p>Called when a task ends
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onTaskGettingResult" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onTaskGettingResult(taskGettingResult:org.apache.spark.scheduler.SparkListenerTaskGettingResult):Unit"></a><a id="onTaskGettingResult(SparkListenerTaskGettingResult):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onTaskGettingResult(taskGettingResult:org.apache.spark.scheduler.SparkListenerTaskGettingResult):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onTaskGettingResult</span><span class="params">(<span name="taskGettingResult">taskGettingResult: <a href="SparkListenerTaskGettingResult.html" class="extype" name="org.apache.spark.scheduler.SparkListenerTaskGettingResult">SparkListenerTaskGettingResult</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when a task begins remotely fetching its result (will not be called for tasks that do
not need to fetch the result remotely).</p><div class="fullcomment"><div class="comment cmt"><p>Called when a task begins remotely fetching its result (will not be called for tasks that do
not need to fetch the result remotely).
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onTaskStart" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onTaskStart(taskStart:org.apache.spark.scheduler.SparkListenerTaskStart):Unit"></a><a id="onTaskStart(SparkListenerTaskStart):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onTaskStart(taskStart:org.apache.spark.scheduler.SparkListenerTaskStart):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onTaskStart</span><span class="params">(<span name="taskStart">taskStart: <a href="SparkListenerTaskStart.html" class="extype" name="org.apache.spark.scheduler.SparkListenerTaskStart">SparkListenerTaskStart</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when a task starts
</p><div class="fullcomment"><div class="comment cmt"><p>Called when a task starts
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onUnpersistRDD" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onUnpersistRDD(unpersistRDD:org.apache.spark.scheduler.SparkListenerUnpersistRDD):Unit"></a><a id="onUnpersistRDD(SparkListenerUnpersistRDD):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onUnpersistRDD(unpersistRDD:org.apache.spark.scheduler.SparkListenerUnpersistRDD):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onUnpersistRDD</span><span class="params">(<span name="unpersistRDD">unpersistRDD: <a href="SparkListenerUnpersistRDD.html" class="extype" name="org.apache.spark.scheduler.SparkListenerUnpersistRDD">SparkListenerUnpersistRDD</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when an RDD is manually unpersisted by the application
</p><div class="fullcomment"><div class="comment cmt"><p>Called when an RDD is manually unpersisted by the application
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onUnschedulableTaskSetAdded" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onUnschedulableTaskSetAdded(unschedulableTaskSetAdded:org.apache.spark.scheduler.SparkListenerUnschedulableTaskSetAdded):Unit"></a><a id="onUnschedulableTaskSetAdded(SparkListenerUnschedulableTaskSetAdded):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onUnschedulableTaskSetAdded(unschedulableTaskSetAdded:org.apache.spark.scheduler.SparkListenerUnschedulableTaskSetAdded):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onUnschedulableTaskSetAdded</span><span class="params">(<span name="unschedulableTaskSetAdded">unschedulableTaskSetAdded: <a href="SparkListenerUnschedulableTaskSetAdded.html" class="extype" name="org.apache.spark.scheduler.SparkListenerUnschedulableTaskSetAdded">SparkListenerUnschedulableTaskSetAdded</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when a taskset becomes unschedulable due to exludeOnFailure and dynamic allocation
is enabled.</p><div class="fullcomment"><div class="comment cmt"><p>Called when a taskset becomes unschedulable due to exludeOnFailure and dynamic allocation
is enabled.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="org.apache.spark.scheduler.SparkListener#onUnschedulableTaskSetRemoved" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="onUnschedulableTaskSetRemoved(unschedulableTaskSetRemoved:org.apache.spark.scheduler.SparkListenerUnschedulableTaskSetRemoved):Unit"></a><a id="onUnschedulableTaskSetRemoved(SparkListenerUnschedulableTaskSetRemoved):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#onUnschedulableTaskSetRemoved(unschedulableTaskSetRemoved:org.apache.spark.scheduler.SparkListenerUnschedulableTaskSetRemoved):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">onUnschedulableTaskSetRemoved</span><span class="params">(<span name="unschedulableTaskSetRemoved">unschedulableTaskSetRemoved: <a href="SparkListenerUnschedulableTaskSetRemoved.html" class="extype" name="org.apache.spark.scheduler.SparkListenerUnschedulableTaskSetRemoved">SparkListenerUnschedulableTaskSetRemoved</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<p class="shortcomment cmt">Called when an unschedulable taskset becomes schedulable and dynamic allocation
is enabled.</p><div class="fullcomment"><div class="comment cmt"><p>Called when an unschedulable taskset becomes schedulable and dynamic allocation
is enabled.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.apache.spark.scheduler.SparkListener">SparkListener</a> → SparkListenerInterface</dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=&gt;T0):T0"></a><a id="synchronized[T0](⇒T0):T0"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#synchronized[T0](x$1:=&gt;T0):T0" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#toString" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="toString():String"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#toString():String" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.String">String</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait():Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#wait():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long,x$2:Int):Unit"></a><a id="wait(Long,Int):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#wait(x$1:Long,x$2:Int):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long):Unit"></a><a id="wait(Long):Unit"></a>
<span class="permalink">
<a href="../../../../org/apache/spark/scheduler/SparkListener.html#wait(x$1:Long):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
<span class="name">@native</span><span class="args">()</span>
</dd></dl></div>
</li>
</ol>
</div>
</div>
<div id="inheritedMembers">
<div class="parent" name="org.apache.spark.scheduler.SparkListenerInterface">
<h3>Inherited from <span class="extype" name="org.apache.spark.scheduler.SparkListenerInterface">SparkListenerInterface</span></h3>
</div><div class="parent" name="scala.AnyRef">
<h3>Inherited from <a href="../../../../scala/index.html#AnyRef=Object" class="extmbr" name="scala.AnyRef">AnyRef</a></h3>
</div><div class="parent" name="scala.Any">
<h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3>
</div>
</div>
<div id="groupedMembers">
<div class="group" name="Ungrouped">
<h3>Ungrouped</h3>
</div>
</div>
</div>
<div id="tooltip"></div>
<div id="footer"> </div>
</body>
</div>
</div>
</div>
</body>
</html>