Uses of Class
org.apache.hadoop.mapreduce.jobhistory.JobPriorityChange.Builder

Packages that use JobPriorityChange.Builder
org.apache.hadoop.mapreduce.jobhistory   
 

Uses of JobPriorityChange.Builder in org.apache.hadoop.mapreduce.jobhistory
 

Methods in org.apache.hadoop.mapreduce.jobhistory that return JobPriorityChange.Builder
 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
 

Methods in org.apache.hadoop.mapreduce.jobhistory with parameters of type JobPriorityChange.Builder
static JobPriorityChange.Builder JobPriorityChange.newBuilder(JobPriorityChange.Builder other)
          Creates a new JobPriorityChange RecordBuilder by copying an existing Builder
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.