Class SparkListenerExecutorBlacklistedForStage

Object
org.apache.spark.scheduler.SparkListenerExecutorBlacklistedForStage
All Implemented Interfaces:
Serializable, SparkListenerEvent, scala.Equals, scala.Product, scala.Serializable

public class SparkListenerExecutorBlacklistedForStage extends Object implements SparkListenerEvent, scala.Product, scala.Serializable
Deprecated.
use SparkListenerExecutorExcludedForStage instead. Since 3.1.0.
See Also:
  • Constructor Details

    • SparkListenerExecutorBlacklistedForStage

      public SparkListenerExecutorBlacklistedForStage(long time, String executorId, int taskFailures, 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

      public static String toString()
      Deprecated.
    • time

      public long time()
      Deprecated.
    • executorId

      public String executorId()
      Deprecated.
    • taskFailures

      public int taskFailures()
      Deprecated.
    • stageId

      public int stageId()
      Deprecated.
    • stageAttemptId

      public int stageAttemptId()
      Deprecated.