public class SparkListenerExecutorMetricsUpdate extends Object implements SparkListenerEvent, scala.Product, scala.Serializable
| Constructor and Description |
|---|
SparkListenerExecutorMetricsUpdate(String execId,
scala.collection.Seq<scala.Tuple4<Object,Object,Object,scala.collection.Seq<AccumulableInfo>>> accumUpdates) |
| Modifier and Type | Method and Description |
|---|---|
scala.collection.Seq<scala.Tuple4<Object,Object,Object,scala.collection.Seq<AccumulableInfo>>> |
accumUpdates() |
abstract static R |
apply(T1 v1,
T2 v2) |
String |
execId() |
static String |
toString() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlogEventpublic SparkListenerExecutorMetricsUpdate(String execId,
scala.collection.Seq<scala.Tuple4<Object,Object,Object,scala.collection.Seq<AccumulableInfo>>> accumUpdates)
public abstract static R apply(T1 v1,
T2 v2)
public static String toString()
public String execId()
public scala.collection.Seq<scala.Tuple4<Object,Object,Object,scala.collection.Seq<AccumulableInfo>>> accumUpdates()