Package org.apache.spark.scheduler
Class SparkListenerNodeBlacklistedForStage
Object
org.apache.spark.scheduler.SparkListenerNodeBlacklistedForStage
- All Implemented Interfaces:
Serializable,SparkListenerEvent,scala.Equals,scala.Product
public class SparkListenerNodeBlacklistedForStage
extends Object
implements SparkListenerEvent, scala.Product, Serializable
Deprecated.
use SparkListenerNodeExcludedForStage instead. Since 3.1.0.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSparkListenerNodeBlacklistedForStage(long time, String hostId, int executorFailures, int stageId, int stageAttemptId) Deprecated. -
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
-
SparkListenerNodeBlacklistedForStage
public SparkListenerNodeBlacklistedForStage(long time, String hostId, int executorFailures, int stageId, int stageAttemptId) Deprecated.
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5) Deprecated. -
toString
Deprecated. -
time
public long time()Deprecated. -
hostId
Deprecated. -
executorFailures
public int executorFailures()Deprecated. -
stageId
public int stageId()Deprecated. -
stageAttemptId
public int stageAttemptId()Deprecated.
-