Package org.apache.spark.scheduler
Class SparkListenerUnschedulableTaskSetAdded
Object
org.apache.spark.scheduler.SparkListenerUnschedulableTaskSetAdded
- All Implemented Interfaces:
Serializable,SparkListenerEvent,scala.Equals,scala.Product
public class SparkListenerUnschedulableTaskSetAdded
extends Object
implements SparkListenerEvent, scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefixMethods inherited from interface org.apache.spark.scheduler.SparkListenerEvent
logEvent
-
Constructor Details
-
SparkListenerUnschedulableTaskSetAdded
public SparkListenerUnschedulableTaskSetAdded(int stageId, int stageAttemptId)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2) -
toString
-
stageId
public int stageId() -
stageAttemptId
public int stageAttemptId()
-