Class SparkListenerExecutorBlacklisted

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

public class SparkListenerExecutorBlacklisted extends Object implements SparkListenerEvent, scala.Product, Serializable
Deprecated.
use SparkListenerExecutorExcluded instead. Since 3.1.0.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    SparkListenerExecutorBlacklisted(long time, String executorId, int taskFailures)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract static R
    apply(T1 v1, T2 v2, T3 v3)
    Deprecated.
     
    Deprecated.
     
    int
    Deprecated.
     
    long
    Deprecated.
     
    static String
    Deprecated.
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix

    Methods inherited from interface org.apache.spark.scheduler.SparkListenerEvent

    logEvent
  • Constructor Details

    • SparkListenerExecutorBlacklisted

      public SparkListenerExecutorBlacklisted(long time, String executorId, int taskFailures)
      Deprecated.
  • Method Details

    • apply

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

      public static String toString()
      Deprecated.
    • time

      public long time()
      Deprecated.
    • executorId

      public String executorId()
      Deprecated.
    • taskFailures

      public int taskFailures()
      Deprecated.