|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectorg.apache.spark.SparkJobInfoImpl
public class SparkJobInfoImpl
| Constructor Summary | |
|---|---|
SparkJobInfoImpl(int jobId,
int[] stageIds,
JobExecutionStatus status)
|
|
| Method Summary | |
|---|---|
int |
jobId()
|
int[] |
stageIds()
|
JobExecutionStatus |
status()
|
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SparkJobInfoImpl(int jobId,
int[] stageIds,
JobExecutionStatus status)
| Method Detail |
|---|
public int jobId()
jobId in interface SparkJobInfopublic int[] stageIds()
stageIds in interface SparkJobInfopublic JobExecutionStatus status()
status in interface SparkJobInfo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||