public class ExecutorsListener extends SparkListener
| Constructor and Description |
|---|
ExecutorsListener(StorageStatusListener storageStatusListener,
SparkConf conf)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
scala.collection.Seq<StorageStatus> |
activeStorageStatusList()
Deprecated.
|
scala.collection.Seq<StorageStatus> |
deadStorageStatusList()
Deprecated.
|
scala.collection.mutable.ListBuffer<SparkListenerEvent> |
executorEvents()
Deprecated.
|
scala.collection.mutable.LinkedHashMap<String,org.apache.spark.ui.exec.ExecutorTaskSummary> |
executorToTaskSummary()
Deprecated.
|
void |
onApplicationStart(SparkListenerApplicationStart applicationStart)
Deprecated.
Called when the application starts
|
void |
onExecutorAdded(SparkListenerExecutorAdded executorAdded)
Deprecated.
Called when the driver registers a new executor.
|
void |
onExecutorBlacklisted(SparkListenerExecutorBlacklisted executorBlacklisted)
Deprecated.
Called when the driver blacklists an executor for a Spark application.
|
void |
onExecutorRemoved(SparkListenerExecutorRemoved executorRemoved)
Deprecated.
Called when the driver removes an executor.
|
void |
onExecutorUnblacklisted(SparkListenerExecutorUnblacklisted executorUnblacklisted)
Deprecated.
Called when the driver re-enables a previously blacklisted executor.
|
void |
onNodeBlacklisted(SparkListenerNodeBlacklisted nodeBlacklisted)
Deprecated.
Called when the driver blacklists a node for a Spark application.
|
void |
onNodeUnblacklisted(SparkListenerNodeUnblacklisted nodeUnblacklisted)
Deprecated.
Called when the driver re-enables a previously blacklisted node.
|
void |
onTaskEnd(SparkListenerTaskEnd taskEnd)
Deprecated.
Called when a task ends
|
void |
onTaskStart(SparkListenerTaskStart taskStart)
Deprecated.
Called when a task starts
|
onApplicationEnd, onBlockManagerAdded, onBlockManagerRemoved, onBlockUpdated, onEnvironmentUpdate, onExecutorMetricsUpdate, onJobEnd, onJobStart, onOtherEvent, onStageCompleted, onStageSubmitted, onTaskGettingResult, onUnpersistRDDpublic ExecutorsListener(StorageStatusListener storageStatusListener, SparkConf conf)
public scala.collection.mutable.LinkedHashMap<String,org.apache.spark.ui.exec.ExecutorTaskSummary> executorToTaskSummary()
public scala.collection.mutable.ListBuffer<SparkListenerEvent> executorEvents()
public scala.collection.Seq<StorageStatus> activeStorageStatusList()
public scala.collection.Seq<StorageStatus> deadStorageStatusList()
public void onExecutorAdded(SparkListenerExecutorAdded executorAdded)
onExecutorAdded in class SparkListenerexecutorAdded - (undocumented)public void onExecutorRemoved(SparkListenerExecutorRemoved executorRemoved)
onExecutorRemoved in class SparkListenerexecutorRemoved - (undocumented)public void onApplicationStart(SparkListenerApplicationStart applicationStart)
onApplicationStart in class SparkListenerapplicationStart - (undocumented)public void onTaskStart(SparkListenerTaskStart taskStart)
onTaskStart in class SparkListenertaskStart - (undocumented)public void onTaskEnd(SparkListenerTaskEnd taskEnd)
onTaskEnd in class SparkListenertaskEnd - (undocumented)public void onExecutorBlacklisted(SparkListenerExecutorBlacklisted executorBlacklisted)
onExecutorBlacklisted in class SparkListenerexecutorBlacklisted - (undocumented)public void onExecutorUnblacklisted(SparkListenerExecutorUnblacklisted executorUnblacklisted)
onExecutorUnblacklisted in class SparkListenerexecutorUnblacklisted - (undocumented)public void onNodeBlacklisted(SparkListenerNodeBlacklisted nodeBlacklisted)
onNodeBlacklisted in class SparkListenernodeBlacklisted - (undocumented)public void onNodeUnblacklisted(SparkListenerNodeUnblacklisted nodeUnblacklisted)
onNodeUnblacklisted in class SparkListenernodeUnblacklisted - (undocumented)