public class JobInfoChangeEvent extends Object implements HistoryEvent
| 构造器和说明 |
|---|
JobInfoChangeEvent(JobID id,
long submitTime,
long launchTime)
Create a event to record the submit and launch time of a job
|
| 限定符和类型 | 方法和说明 |
|---|---|
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
|
public JobInfoChangeEvent(JobID id, long submitTime, long launchTime)
id - Job IdsubmitTime - Submit time of the joblaunchTime - Launch time of the jobpublic JobID getJobId()
public long getSubmitTime()
public long getLaunchTime()
public EventType getEventType()
HistoryEventgetEventType 在接口中 HistoryEventCopyright © 2009 The Apache Software Foundation