Class SparkListenerExecutorExcluded

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

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

    • SparkListenerExecutorExcluded

      public SparkListenerExecutorExcluded(long time, String executorId, int taskFailures)
  • Method Details

    • apply

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

      public static String toString()
    • time

      public long time()
    • executorId

      public String executorId()
    • taskFailures

      public int taskFailures()