|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskStarted.Builder | |
---|---|
org.apache.hadoop.mapreduce.jobhistory |
Uses of TaskStarted.Builder in org.apache.hadoop.mapreduce.jobhistory |
---|
Methods in org.apache.hadoop.mapreduce.jobhistory that return TaskStarted.Builder | |
---|---|
TaskStarted.Builder |
TaskStarted.Builder.clearSplitLocations()
Clears the value of the 'splitLocations' field |
TaskStarted.Builder |
TaskStarted.Builder.clearStartTime()
Clears the value of the 'startTime' field |
TaskStarted.Builder |
TaskStarted.Builder.clearTaskid()
Clears the value of the 'taskid' field |
TaskStarted.Builder |
TaskStarted.Builder.clearTaskType()
Clears the value of the 'taskType' field |
static TaskStarted.Builder |
TaskStarted.newBuilder()
Creates a new TaskStarted RecordBuilder |
static TaskStarted.Builder |
TaskStarted.newBuilder(TaskStarted.Builder other)
Creates a new TaskStarted RecordBuilder by copying an existing Builder |
static TaskStarted.Builder |
TaskStarted.newBuilder(TaskStarted other)
Creates a new TaskStarted RecordBuilder by copying an existing TaskStarted instance |
TaskStarted.Builder |
TaskStarted.Builder.setSplitLocations(CharSequence value)
Sets the value of the 'splitLocations' field |
TaskStarted.Builder |
TaskStarted.Builder.setStartTime(long value)
Sets the value of the 'startTime' field |
TaskStarted.Builder |
TaskStarted.Builder.setTaskid(CharSequence value)
Sets the value of the 'taskid' field |
TaskStarted.Builder |
TaskStarted.Builder.setTaskType(CharSequence value)
Sets the value of the 'taskType' field |
Methods in org.apache.hadoop.mapreduce.jobhistory with parameters of type TaskStarted.Builder | |
---|---|
static TaskStarted.Builder |
TaskStarted.newBuilder(TaskStarted.Builder other)
Creates a new TaskStarted RecordBuilder by copying an existing Builder |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |