Package | Description |
---|---|
org.apache.hadoop.mapreduce.jobhistory |
Modifier and Type | Method and Description |
---|---|
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.setCountersBuilder(JhCounters.Builder value)
Sets the Builder instance for 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.
|
Modifier and Type | Method and Description |
---|---|
static TaskFailed.Builder |
TaskFailed.newBuilder(TaskFailed.Builder other)
Creates a new TaskFailed RecordBuilder by copying an existing Builder.
|
Copyright © 2016 Apache Software Foundation. All Rights Reserved.