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

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

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

Methods in org.apache.hadoop.mapreduce.jobhistory that return JobFinished.Builder
 JobFinished.Builder JobFinished.Builder.clearFailedMaps()
          Clears the value of the 'failedMaps' field
 JobFinished.Builder JobFinished.Builder.clearFailedReduces()
          Clears the value of the 'failedReduces' field
 JobFinished.Builder JobFinished.Builder.clearFinishedMaps()
          Clears the value of the 'finishedMaps' field
 JobFinished.Builder JobFinished.Builder.clearFinishedReduces()
          Clears the value of the 'finishedReduces' field
 JobFinished.Builder JobFinished.Builder.clearFinishTime()
          Clears the value of the 'finishTime' field
 JobFinished.Builder JobFinished.Builder.clearJobid()
          Clears the value of the 'jobid' field
 JobFinished.Builder JobFinished.Builder.clearMapCounters()
          Clears the value of the 'mapCounters' field
 JobFinished.Builder JobFinished.Builder.clearReduceCounters()
          Clears the value of the 'reduceCounters' field
 JobFinished.Builder JobFinished.Builder.clearTotalCounters()
          Clears the value of the 'totalCounters' field
static JobFinished.Builder JobFinished.newBuilder()
          Creates a new JobFinished RecordBuilder
static JobFinished.Builder JobFinished.newBuilder(JobFinished.Builder other)
          Creates a new JobFinished RecordBuilder by copying an existing Builder
static JobFinished.Builder JobFinished.newBuilder(JobFinished other)
          Creates a new JobFinished RecordBuilder by copying an existing JobFinished instance
 JobFinished.Builder JobFinished.Builder.setFailedMaps(int value)
          Sets the value of the 'failedMaps' field
 JobFinished.Builder JobFinished.Builder.setFailedReduces(int value)
          Sets the value of the 'failedReduces' field
 JobFinished.Builder JobFinished.Builder.setFinishedMaps(int value)
          Sets the value of the 'finishedMaps' field
 JobFinished.Builder JobFinished.Builder.setFinishedReduces(int value)
          Sets the value of the 'finishedReduces' field
 JobFinished.Builder JobFinished.Builder.setFinishTime(long value)
          Sets the value of the 'finishTime' field
 JobFinished.Builder JobFinished.Builder.setJobid(CharSequence value)
          Sets the value of the 'jobid' field
 JobFinished.Builder JobFinished.Builder.setMapCounters(JhCounters value)
          Sets the value of the 'mapCounters' field
 JobFinished.Builder JobFinished.Builder.setReduceCounters(JhCounters value)
          Sets the value of the 'reduceCounters' field
 JobFinished.Builder JobFinished.Builder.setTotalCounters(JhCounters value)
          Sets the value of the 'totalCounters' field
 

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.