Package | Description |
---|---|
org.apache.hadoop.mapreduce.jobhistory |
Modifier and Type | Method and Description |
---|---|
TaskFinished.Builder |
TaskFinished.Builder.clearCounters()
Clears the value of the 'counters' field
|
TaskFinished.Builder |
TaskFinished.Builder.clearFinishTime()
Clears the value of the 'finishTime' field
|
TaskFinished.Builder |
TaskFinished.Builder.clearStatus()
Clears the value of the 'status' field
|
TaskFinished.Builder |
TaskFinished.Builder.clearSuccessfulAttemptId()
Clears the value of the 'successfulAttemptId' field
|
TaskFinished.Builder |
TaskFinished.Builder.clearTaskid()
Clears the value of the 'taskid' field
|
TaskFinished.Builder |
TaskFinished.Builder.clearTaskType()
Clears the value of the 'taskType' field
|
static TaskFinished.Builder |
TaskFinished.newBuilder()
Creates a new TaskFinished RecordBuilder
|
static TaskFinished.Builder |
TaskFinished.newBuilder(TaskFinished.Builder other)
Creates a new TaskFinished RecordBuilder by copying an existing Builder
|
static TaskFinished.Builder |
TaskFinished.newBuilder(TaskFinished other)
Creates a new TaskFinished RecordBuilder by copying an existing TaskFinished instance
|
TaskFinished.Builder |
TaskFinished.Builder.setCounters(JhCounters value)
Sets the value of the 'counters' field
|
TaskFinished.Builder |
TaskFinished.Builder.setFinishTime(long value)
Sets the value of the 'finishTime' field
|
TaskFinished.Builder |
TaskFinished.Builder.setStatus(CharSequence value)
Sets the value of the 'status' field
|
TaskFinished.Builder |
TaskFinished.Builder.setSuccessfulAttemptId(CharSequence value)
Sets the value of the 'successfulAttemptId' field
|
TaskFinished.Builder |
TaskFinished.Builder.setTaskid(CharSequence value)
Sets the value of the 'taskid' field
|
TaskFinished.Builder |
TaskFinished.Builder.setTaskType(CharSequence value)
Sets the value of the 'taskType' field
|
Modifier and Type | Method and Description |
---|---|
static TaskFinished.Builder |
TaskFinished.newBuilder(TaskFinished.Builder other)
Creates a new TaskFinished RecordBuilder by copying an existing Builder
|
Copyright © 2020 Apache Software Foundation. All rights reserved.