public class JobInitedEvent extends Object implements HistoryEvent
构造器和说明 |
---|
JobInitedEvent(JobID id,
long launchTime,
int totalMaps,
int totalReduces,
String jobStatus)
Create an event to record job initialization
|
限定符和类型 | 方法和说明 |
---|---|
EventType |
getEventType()
Get the event type
|
JobID |
getJobId()
Get the job ID
|
long |
getLaunchTime()
Get the launch time
|
String |
getStatus()
Get the status
|
int |
getTotalMaps()
Get the total number of maps
|
int |
getTotalReduces()
Get the total number of reduces
|
public JobID getJobId()
public long getLaunchTime()
public int getTotalMaps()
public int getTotalReduces()
public String getStatus()
public EventType getEventType()
getEventType
在接口中 HistoryEvent
Copyright © 2009 The Apache Software Foundation