org.apache.spark.scheduler
Class SparkListenerExecutorMetricsUpdate

Object
  extended by org.apache.spark.scheduler.SparkListenerExecutorMetricsUpdate
All Implemented Interfaces:
java.io.Serializable, SparkListenerEvent, scala.Equals, scala.Product

public class SparkListenerExecutorMetricsUpdate
extends Object
implements SparkListenerEvent, scala.Product, scala.Serializable

Periodic updates from executors. param: execId executor id param: taskMetrics sequence of (task id, stage id, stage attempt, metrics)

See Also:
Serialized Form

Constructor Summary
SparkListenerExecutorMetricsUpdate(String execId, scala.collection.Seq<scala.Tuple4<Object,Object,Object,org.apache.spark.executor.TaskMetrics>> taskMetrics)
           
 
Method Summary
 String execId()
           
 scala.collection.Seq<scala.Tuple4<Object,Object,Object,org.apache.spark.executor.TaskMetrics>> taskMetrics()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

SparkListenerExecutorMetricsUpdate

public SparkListenerExecutorMetricsUpdate(String execId,
                                          scala.collection.Seq<scala.Tuple4<Object,Object,Object,org.apache.spark.executor.TaskMetrics>> taskMetrics)
Method Detail

execId

public String execId()

taskMetrics

public scala.collection.Seq<scala.Tuple4<Object,Object,Object,org.apache.spark.executor.TaskMetrics>> taskMetrics()