public class TaskStartedEvent extends Object implements HistoryEvent
构造器和说明 |
---|
TaskStartedEvent(TaskID id,
long startTime,
TaskType taskType,
String splitLocations)
Create an event to record start of a task
|
限定符和类型 | 方法和说明 |
---|---|
EventType |
getEventType()
Get the event type
|
String |
getSplitLocations()
Get the split locations, applicable for map tasks
|
long |
getStartTime()
Get the start time of the task
|
TaskID |
getTaskId()
Get the task id
|
TaskType |
getTaskType()
Get the task type
|
public TaskID getTaskId()
public String getSplitLocations()
public long getStartTime()
public TaskType getTaskType()
public EventType getEventType()
getEventType
在接口中 HistoryEvent
Copyright © 2009 The Apache Software Foundation