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 |
|---|---|
String |
executorId() |
ExecutorInfo |
executorInfo() |
long |
time() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic SparkListenerExecutorAdded(long time,
String executorId,
ExecutorInfo executorInfo)
public long time()
public String executorId()
public ExecutorInfo executorInfo()