org.apache.spark.scheduler
Class SparkListenerJobStart

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

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

See Also:
Serialized Form

Constructor Summary
SparkListenerJobStart(int jobId, long time, scala.collection.Seq<StageInfo> stageInfos, java.util.Properties properties)
           
 
Method Summary
 int jobId()
           
 java.util.Properties properties()
           
 scala.collection.Seq<Object> stageIds()
           
 scala.collection.Seq<StageInfo> stageInfos()
           
 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

SparkListenerJobStart

public SparkListenerJobStart(int jobId,
                             long time,
                             scala.collection.Seq<StageInfo> stageInfos,
                             java.util.Properties properties)
Method Detail

jobId

public int jobId()

time

public long time()

stageInfos

public scala.collection.Seq<StageInfo> stageInfos()

properties

public java.util.Properties properties()

stageIds

public scala.collection.Seq<Object> stageIds()