public class SparkListenerExecutorAdded extends java.lang.Object implements SparkListenerEvent, scala.Product, scala.Serializable
| Constructor and Description |
|---|
SparkListenerExecutorAdded(long time,
java.lang.String executorId,
ExecutorInfo executorInfo) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
executorId() |
ExecutorInfo |
executorInfo() |
long |
time() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic SparkListenerExecutorAdded(long time,
java.lang.String executorId,
ExecutorInfo executorInfo)
public long time()
public java.lang.String executorId()
public ExecutorInfo executorInfo()