|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectorg.apache.spark.scheduler.SparkListenerJobEnd
public class SparkListenerJobEnd
| Constructor Summary | |
|---|---|
SparkListenerJobEnd(int jobId,
long time,
JobResult jobResult)
|
|
| Method Summary | |
|---|---|
int |
jobId()
|
JobResult |
jobResult()
|
long |
time()
|
| 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 |
|---|
public SparkListenerJobEnd(int jobId,
long time,
JobResult jobResult)
| Method Detail |
|---|
public int jobId()
public long time()
public JobResult jobResult()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||