Class SparkListenerUnschedulableTaskSetRemoved

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

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

    • SparkListenerUnschedulableTaskSetRemoved

      public SparkListenerUnschedulableTaskSetRemoved(int stageId, int stageAttemptId)
  • Method Details

    • apply

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

      public static String toString()
    • stageId

      public int stageId()
    • stageAttemptId

      public int stageAttemptId()