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 boolean |
canEqual(Object that) |
abstract static boolean |
equals(Object that) |
abstract static int |
productArity() |
abstract static Object |
productElement(int n) |
static scala.collection.Iterator<Object> |
productIterator() |
static String |
productPrefix() |
int |
stageAttemptId() |
int |
stageId() |
TaskInfo |
taskInfo() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlogEventpublic SparkListenerTaskStart(int stageId,
int stageAttemptId,
TaskInfo taskInfo)
public abstract static boolean canEqual(Object that)
public abstract static boolean equals(Object that)
public abstract static Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<Object> productIterator()
public static String productPrefix()
public int stageId()
public int stageAttemptId()
public TaskInfo taskInfo()