Package | Description |
---|---|
org.apache.hadoop.mapreduce.jobhistory |
Modifier and Type | Method and Description |
---|---|
TaskUpdated.Builder |
TaskUpdated.Builder.clearFinishTime()
Clears the value of the 'finishTime' field
|
TaskUpdated.Builder |
TaskUpdated.Builder.clearTaskid()
Clears the value of the 'taskid' field
|
static TaskUpdated.Builder |
TaskUpdated.newBuilder()
Creates a new TaskUpdated RecordBuilder
|
static TaskUpdated.Builder |
TaskUpdated.newBuilder(TaskUpdated.Builder other)
Creates a new TaskUpdated RecordBuilder by copying an existing Builder
|
static TaskUpdated.Builder |
TaskUpdated.newBuilder(TaskUpdated other)
Creates a new TaskUpdated RecordBuilder by copying an existing TaskUpdated instance
|
TaskUpdated.Builder |
TaskUpdated.Builder.setFinishTime(long value)
Sets the value of the 'finishTime' field
|
TaskUpdated.Builder |
TaskUpdated.Builder.setTaskid(CharSequence value)
Sets the value of the 'taskid' field
|
Modifier and Type | Method and Description |
---|---|
static TaskUpdated.Builder |
TaskUpdated.newBuilder(TaskUpdated.Builder other)
Creates a new TaskUpdated RecordBuilder by copying an existing Builder
|
Copyright © 2020 Apache Software Foundation. All rights reserved.