org.apache.spark.scheduler
Class SparkListenerExecutorAdded

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

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

See Also:
Serialized Form

Constructor Summary
SparkListenerExecutorAdded(long time, String executorId, ExecutorInfo executorInfo)
           
 
Method Summary
 String executorId()
           
 ExecutorInfo executorInfo()
           
 long time()
           
 
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

SparkListenerExecutorAdded

public SparkListenerExecutorAdded(long time,
                                  String executorId,
                                  ExecutorInfo executorInfo)
Method Detail

time

public long time()

executorId

public String executorId()

executorInfo

public ExecutorInfo executorInfo()