Package org.apache.spark.scheduler
Class SparkListenerJobStart
Object
org.apache.spark.scheduler.SparkListenerJobStart
- All Implemented Interfaces:
Serializable
,SparkListenerEvent
,scala.Equals
,scala.Product
,scala.Serializable
public class SparkListenerJobStart
extends Object
implements SparkListenerEvent, scala.Product, scala.Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionSparkListenerJobStart
(int jobId, long time, scala.collection.Seq<StageInfo> stageInfos, Properties properties) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
Methods inherited from interface org.apache.spark.scheduler.SparkListenerEvent
logEvent
-
Constructor Details
-
SparkListenerJobStart
public SparkListenerJobStart(int jobId, long time, scala.collection.Seq<StageInfo> stageInfos, Properties properties)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4) -
toString
-
jobId
public int jobId() -
time
public long time() -
stageInfos
-
properties
-
stageIds
-