org.apache.spark.scheduler
Class JobSucceeded

Object
  extended by org.apache.spark.scheduler.JobSucceeded
All Implemented Interfaces:
java.io.Serializable, JobResult, scala.Equals, scala.Product

public class JobSucceeded
extends Object
implements JobResult, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
JobSucceeded()
           
 
Method Summary
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

JobSucceeded

public JobSucceeded()