|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.mapreduce.jobhistory.JobInfoChangeEvent
@InterfaceAudience.Private @InterfaceStability.Unstable public class JobInfoChangeEvent
Event to record changes in the submit and launch time of a job
| Constructor Summary | |
|---|---|
JobInfoChangeEvent(JobID id,
long submitTime,
long launchTime)
Create a event to record the submit and launch time of a job |
|
| Method Summary | |
|---|---|
Object |
getDatum()
Return the Avro datum wrapped by this. |
EventType |
getEventType()
Return this event's type. |
JobID |
getJobId()
Get the Job ID |
long |
getLaunchTime()
Get the Job launch time |
long |
getSubmitTime()
Get the Job submit time |
void |
setDatum(Object datum)
Set the Avro datum wrapped by this. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JobInfoChangeEvent(JobID id,
long submitTime,
long launchTime)
id - Job IdsubmitTime - Submit time of the joblaunchTime - Launch time of the job| Method Detail |
|---|
public Object getDatum()
HistoryEvent
getDatum in interface HistoryEventpublic void setDatum(Object datum)
HistoryEvent
setDatum in interface HistoryEventpublic JobID getJobId()
public long getSubmitTime()
public long getLaunchTime()
public EventType getEventType()
HistoryEvent
getEventType in interface HistoryEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||