public class SparkListenerExecutorAdded extends Object implements SparkListenerEvent, scala.Product, scala.Serializable
| Constructor and Description |
|---|
SparkListenerExecutorAdded(long time,
String executorId,
ExecutorInfo executorInfo) |
| Modifier and Type | Method and Description |
|---|---|
abstract static R |
apply(T1 v1,
T2 v2,
T3 v3) |
String |
executorId() |
ExecutorInfo |
executorInfo() |
long |
time() |
static String |
toString() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlogEventpublic SparkListenerExecutorAdded(long time,
String executorId,
ExecutorInfo executorInfo)
public abstract static R apply(T1 v1,
T2 v2,
T3 v3)
public static String toString()
public long time()
public String executorId()
public ExecutorInfo executorInfo()