public class SparkListenerTaskStart extends Object implements SparkListenerEvent, scala.Product, scala.Serializable
Constructor and Description |
---|
SparkListenerTaskStart(int stageId,
int stageAttemptId,
TaskInfo taskInfo) |
Modifier and Type | Method and Description |
---|---|
abstract static R |
apply(T1 v1,
T2 v2,
T3 v3) |
int |
stageAttemptId() |
int |
stageId() |
TaskInfo |
taskInfo() |
static String |
toString() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
logEvent
public SparkListenerTaskStart(int stageId, int stageAttemptId, TaskInfo taskInfo)
public abstract static R apply(T1 v1, T2 v2, T3 v3)
public static String toString()
public int stageId()
public int stageAttemptId()
public TaskInfo taskInfo()