|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskFailed.Builder | |
---|---|
org.apache.hadoop.mapreduce.jobhistory |
Uses of TaskFailed.Builder in org.apache.hadoop.mapreduce.jobhistory |
---|
Methods in org.apache.hadoop.mapreduce.jobhistory that return TaskFailed.Builder | |
---|---|
TaskFailed.Builder |
TaskFailed.Builder.clearCounters()
Clears the value of the 'counters' field |
TaskFailed.Builder |
TaskFailed.Builder.clearError()
Clears the value of the 'error' field |
TaskFailed.Builder |
TaskFailed.Builder.clearFailedDueToAttempt()
Clears the value of the 'failedDueToAttempt' field |
TaskFailed.Builder |
TaskFailed.Builder.clearFinishTime()
Clears the value of the 'finishTime' field |
TaskFailed.Builder |
TaskFailed.Builder.clearStatus()
Clears the value of the 'status' field |
TaskFailed.Builder |
TaskFailed.Builder.clearTaskid()
Clears the value of the 'taskid' field |
TaskFailed.Builder |
TaskFailed.Builder.clearTaskType()
Clears the value of the 'taskType' field |
static TaskFailed.Builder |
TaskFailed.newBuilder()
Creates a new TaskFailed RecordBuilder |
static TaskFailed.Builder |
TaskFailed.newBuilder(TaskFailed.Builder other)
Creates a new TaskFailed RecordBuilder by copying an existing Builder |
static TaskFailed.Builder |
TaskFailed.newBuilder(TaskFailed other)
Creates a new TaskFailed RecordBuilder by copying an existing TaskFailed instance |
TaskFailed.Builder |
TaskFailed.Builder.setCounters(JhCounters value)
Sets the value of the 'counters' field |
TaskFailed.Builder |
TaskFailed.Builder.setError(CharSequence value)
Sets the value of the 'error' field |
TaskFailed.Builder |
TaskFailed.Builder.setFailedDueToAttempt(CharSequence value)
Sets the value of the 'failedDueToAttempt' field |
TaskFailed.Builder |
TaskFailed.Builder.setFinishTime(long value)
Sets the value of the 'finishTime' field |
TaskFailed.Builder |
TaskFailed.Builder.setStatus(CharSequence value)
Sets the value of the 'status' field |
TaskFailed.Builder |
TaskFailed.Builder.setTaskid(CharSequence value)
Sets the value of the 'taskid' field |
TaskFailed.Builder |
TaskFailed.Builder.setTaskType(CharSequence value)
Sets the value of the 'taskType' field |
Methods in org.apache.hadoop.mapreduce.jobhistory with parameters of type TaskFailed.Builder | |
---|---|
static TaskFailed.Builder |
TaskFailed.newBuilder(TaskFailed.Builder other)
Creates a new TaskFailed RecordBuilder by copying an existing Builder |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |