org.apache.spark.scheduler
Class SparkListenerApplicationEnd

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

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

See Also:
Serialized Form

Constructor Summary
SparkListenerApplicationEnd(long time)
           
 
Method Summary
 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

SparkListenerApplicationEnd

public SparkListenerApplicationEnd(long time)
Method Detail

time

public long time()