Package | Description |
---|---|
org.apache.hadoop.mapreduce.jobhistory |
Modifier and Type | Method and Description |
---|---|
JobPriorityChange.Builder |
JobPriorityChange.Builder.clearJobid()
Clears the value of the 'jobid' field.
|
JobPriorityChange.Builder |
JobPriorityChange.Builder.clearPriority()
Clears the value of the 'priority' field.
|
static JobPriorityChange.Builder |
JobPriorityChange.newBuilder()
Creates a new JobPriorityChange RecordBuilder.
|
static JobPriorityChange.Builder |
JobPriorityChange.newBuilder(JobPriorityChange.Builder other)
Creates a new JobPriorityChange RecordBuilder by copying an existing Builder.
|
static JobPriorityChange.Builder |
JobPriorityChange.newBuilder(JobPriorityChange other)
Creates a new JobPriorityChange RecordBuilder by copying an existing JobPriorityChange instance.
|
JobPriorityChange.Builder |
JobPriorityChange.Builder.setJobid(CharSequence value)
Sets the value of the 'jobid' field.
|
JobPriorityChange.Builder |
JobPriorityChange.Builder.setPriority(CharSequence value)
Sets the value of the 'priority' field.
|
Modifier and Type | Method and Description |
---|---|
static JobPriorityChange.Builder |
JobPriorityChange.newBuilder(JobPriorityChange.Builder other)
Creates a new JobPriorityChange RecordBuilder by copying an existing Builder.
|
Copyright © 2016 Apache Software Foundation. All Rights Reserved.