Class TaskResultLost

Object
org.apache.spark.TaskResultLost

public class TaskResultLost extends Object
:: DeveloperApi :: The task finished successfully, but the result was lost from the executor's block manager before it was fetched.
  • Constructor Details

    • TaskResultLost

      public TaskResultLost()
  • Method Details

    • toErrorString

      public static String toErrorString()
    • countTowardsTaskFailures

      public static boolean countTowardsTaskFailures()
    • canEqual

      public abstract static boolean canEqual(Object that)
    • equals

      public abstract static boolean equals(Object that)
    • productElement

      public abstract static Object productElement(int n)
    • productArity

      public abstract static int productArity()
    • productIterator

      public static scala.collection.Iterator<Object> productIterator()
    • productPrefix

      public static String productPrefix()