org.apache.spark.scheduler
Class SparkListenerJobEnd

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

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

See Also:
Serialized Form

Constructor Summary
SparkListenerJobEnd(int jobId, long time, JobResult jobResult)
           
 
Method Summary
 int jobId()
           
 JobResult jobResult()
           
 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

SparkListenerJobEnd

public SparkListenerJobEnd(int jobId,
                           long time,
                           JobResult jobResult)
Method Detail

jobId

public int jobId()

time

public long time()

jobResult

public JobResult jobResult()