@InterfaceAudience.Private @InterfaceStability.Unstable public class JobInfoChangeEvent extends Object implements HistoryEvent
| Constructor and Description |
|---|
JobInfoChangeEvent(JobID id,
long submitTime,
long launchTime)
Create a event to record the submit and launch time of a job
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public JobInfoChangeEvent(JobID id, long submitTime, long launchTime)
id - Job IdsubmitTime - Submit time of the joblaunchTime - Launch time of the jobpublic Object getDatum()
HistoryEventgetDatum in interface HistoryEventpublic void setDatum(Object datum)
HistoryEventsetDatum in interface HistoryEventpublic JobID getJobId()
public long getSubmitTime()
public long getLaunchTime()
public EventType getEventType()
HistoryEventgetEventType in interface HistoryEventCopyright © 2016 Apache Software Foundation. All Rights Reserved.