public class JobExecutionEvent
extends org.springframework.yarn.event.AbstractYarnEvent
JobExecution
has happened.| Constructor and Description |
|---|
JobExecutionEvent(java.lang.Object source,
JobExecution jobExecution)
Constructs event with the given
StepExecution. |
| Modifier and Type | Method and Description |
|---|---|
JobExecution |
getJobExecution()
Gets the job execution for this event.
|
java.lang.String |
toString() |
getTimestamppublic JobExecutionEvent(java.lang.Object source,
JobExecution jobExecution)
StepExecution.source - the component that published the event (never null)jobExecution - the Job executionpublic JobExecution getJobExecution()
public java.lang.String toString()
toString in class java.util.EventObject