org.apache.spark.scheduler
Class SparkListenerTaskStart

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

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

See Also:
Serialized Form

Constructor Summary
SparkListenerTaskStart(int stageId, int stageAttemptId, TaskInfo taskInfo)
           
 
Method Summary
 int stageAttemptId()
           
 int stageId()
           
 TaskInfo taskInfo()
           
 
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

SparkListenerTaskStart

public SparkListenerTaskStart(int stageId,
                              int stageAttemptId,
                              TaskInfo taskInfo)
Method Detail

stageId

public int stageId()

stageAttemptId

public int stageAttemptId()

taskInfo

public TaskInfo taskInfo()