org.apache.spark
Class TaskResultLost

Object
  extended by org.apache.spark.TaskResultLost
All Implemented Interfaces:
java.io.Serializable, TaskEndReason, TaskFailedReason, scala.Equals, scala.Product

public class TaskResultLost
extends Object
implements TaskFailedReason, scala.Product, scala.Serializable

:: DeveloperApi :: The task finished successfully, but the result was lost from the executor's block manager before it was fetched.

See Also:
Serialized Form

Constructor Summary
TaskResultLost()
           
 
Method Summary
static String toErrorString()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.spark.TaskFailedReason
toErrorString
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

TaskResultLost

public TaskResultLost()
Method Detail

toErrorString

public static String toErrorString()