org.apache.spark.scheduler
Class SparkListenerExecutorRemoved

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

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

See Also:
Serialized Form

Constructor Summary
SparkListenerExecutorRemoved(long time, String executorId, String reason)
           
 
Method Summary
 String executorId()
           
 String reason()
           
 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

SparkListenerExecutorRemoved

public SparkListenerExecutorRemoved(long time,
                                    String executorId,
                                    String reason)
Method Detail

time

public long time()

executorId

public String executorId()

reason

public String reason()