Class SparkListenerExecutorExcludedForStage

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

public class SparkListenerExecutorExcludedForStage extends Object implements SparkListenerEvent, scala.Product, scala.Serializable
See Also:
  • Constructor Details

    • SparkListenerExecutorExcludedForStage

      public SparkListenerExecutorExcludedForStage(long time, String executorId, int taskFailures, int stageId, int stageAttemptId)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5)
    • toString

      public static String toString()
    • time

      public long time()
    • executorId

      public String executorId()
    • taskFailures

      public int taskFailures()
    • stageId

      public int stageId()
    • stageAttemptId

      public int stageAttemptId()