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

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

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

Methods in org.apache.hadoop.mapreduce.jobhistory that return JobStatusChanged.Builder
 JobStatusChanged.Builder JobStatusChanged.Builder.clearJobid()
          Clears the value of the 'jobid' field
 JobStatusChanged.Builder JobStatusChanged.Builder.clearJobStatus()
          Clears the value of the 'jobStatus' field
static JobStatusChanged.Builder JobStatusChanged.newBuilder()
          Creates a new JobStatusChanged RecordBuilder
static JobStatusChanged.Builder JobStatusChanged.newBuilder(JobStatusChanged.Builder other)
          Creates a new JobStatusChanged RecordBuilder by copying an existing Builder
static JobStatusChanged.Builder JobStatusChanged.newBuilder(JobStatusChanged other)
          Creates a new JobStatusChanged RecordBuilder by copying an existing JobStatusChanged instance
 JobStatusChanged.Builder JobStatusChanged.Builder.setJobid(CharSequence value)
          Sets the value of the 'jobid' field
 JobStatusChanged.Builder JobStatusChanged.Builder.setJobStatus(CharSequence value)
          Sets the value of the 'jobStatus' field
 

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.