Class SparkListenerExecutorUnblacklisted

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

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

    • SparkListenerExecutorUnblacklisted

      public SparkListenerExecutorUnblacklisted(long time, String executorId)
      Deprecated.
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2)
      Deprecated.
    • toString

      public static String toString()
      Deprecated.
    • time

      public long time()
      Deprecated.
    • executorId

      public String executorId()
      Deprecated.