public class SparkListenerJobStart extends Object implements SparkListenerEvent, scala.Product, scala.Serializable
Constructor and Description |
---|
SparkListenerJobStart(int jobId,
long time,
scala.collection.Seq<StageInfo> stageInfos,
java.util.Properties properties) |
Modifier and Type | Method and Description |
---|---|
abstract static R |
apply(T1 v1,
T2 v2,
T3 v3,
T4 v4) |
int |
jobId() |
java.util.Properties |
properties() |
scala.collection.Seq<Object> |
stageIds() |
scala.collection.Seq<StageInfo> |
stageInfos() |
long |
time() |
static String |
toString() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
logEvent
public SparkListenerJobStart(int jobId, long time, scala.collection.Seq<StageInfo> stageInfos, java.util.Properties properties)
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4)
public static String toString()
public int jobId()
public long time()
public scala.collection.Seq<StageInfo> stageInfos()
public java.util.Properties properties()
public scala.collection.Seq<Object> stageIds()