Package org.apache.spark.scheduler
Class SparkListenerSpeculativeTaskSubmitted
Object
org.apache.spark.scheduler.SparkListenerSpeculativeTaskSubmitted
- All Implemented Interfaces:
Serializable
,SparkListenerEvent
,scala.Equals
,scala.Product
,scala.Serializable
public class SparkListenerSpeculativeTaskSubmitted
extends Object
implements SparkListenerEvent, scala.Product, scala.Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionSparkListenerSpeculativeTaskSubmitted
(int stageId, int stageAttemptId) SparkListenerSpeculativeTaskSubmitted
(int stageId, int stageAttemptId, int taskIndex, int partitionId) -
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
-
SparkListenerSpeculativeTaskSubmitted
public SparkListenerSpeculativeTaskSubmitted(int stageId, int stageAttemptId) -
SparkListenerSpeculativeTaskSubmitted
public SparkListenerSpeculativeTaskSubmitted(int stageId, int stageAttemptId, int taskIndex, int partitionId)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2) -
toString
-
stageId
public int stageId() -
stageAttemptId
public int stageAttemptId() -
taskIndex
public int taskIndex() -
partitionId
public int partitionId()
-