Package org.apache.spark.scheduler
Class SparkListenerExecutorMetricsUpdate
Object
org.apache.spark.scheduler.SparkListenerExecutorMetricsUpdate
- All Implemented Interfaces:
Serializable,SparkListenerEvent,scala.Equals,scala.Product
public class SparkListenerExecutorMetricsUpdate
extends Object
implements SparkListenerEvent, scala.Product, Serializable
Periodic updates from executors.
param: execId executor id
param: accumUpdates sequence of (taskId, stageId, stageAttemptId, accumUpdates)
param: executorUpdates executor level per-stage metrics updates
- Since:
- 3.1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSparkListenerExecutorMetricsUpdate(String execId, scala.collection.immutable.Seq<scala.Tuple4<Object, Object, Object, scala.collection.immutable.Seq<AccumulableInfo>>> accumUpdates, scala.collection.Map<scala.Tuple2<Object, Object>, org.apache.spark.executor.ExecutorMetrics> executorUpdates) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefixMethods inherited from interface org.apache.spark.scheduler.SparkListenerEvent
logEvent
-
Constructor Details
-
SparkListenerExecutorMetricsUpdate
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3) -
toString
-
execId
-
accumUpdates
public scala.collection.immutable.Seq<scala.Tuple4<Object,Object, accumUpdates()Object, scala.collection.immutable.Seq<AccumulableInfo>>> -
executorUpdates
-