Class ShuffleStatusNotFoundException

Object
Throwable
Exception
org.apache.spark.SparkException
org.apache.spark.ShuffleStatusNotFoundException
All Implemented Interfaces:
Serializable, SparkThrowable, scala.Equals, scala.Product

public class ShuffleStatusNotFoundException extends SparkException implements scala.Product, Serializable
See Also:
  • Constructor Details

    • ShuffleStatusNotFoundException

      public ShuffleStatusNotFoundException(int shuffleId, String methodName)
  • Method Details

    • apply

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

      public static String toString()
    • shuffleId

      public int shuffleId()
    • methodName

      public String methodName()