Package org.apache.spark
Interface SparkJobInfo
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- SparkJobInfoImpl
Exposes information about Spark Jobs.
 This interface is not designed to be implemented outside of Spark.  We may add additional methods
 which may break binary compatibility with outside implementations.
- 
Method Summary
- 
Method Details- 
jobIdint jobId()
- 
stageIdsint[] stageIds()
- 
statusJobExecutionStatus status()
 
-