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

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

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

Methods in org.apache.hadoop.mapreduce.jobhistory that return JhCounters.Builder
 JhCounters.Builder JhCounters.Builder.clearGroups()
          Clears the value of the 'groups' field
 JhCounters.Builder JhCounters.Builder.clearName()
          Clears the value of the 'name' field
static JhCounters.Builder JhCounters.newBuilder()
          Creates a new JhCounters RecordBuilder
static JhCounters.Builder JhCounters.newBuilder(JhCounters.Builder other)
          Creates a new JhCounters RecordBuilder by copying an existing Builder
static JhCounters.Builder JhCounters.newBuilder(JhCounters other)
          Creates a new JhCounters RecordBuilder by copying an existing JhCounters instance
 JhCounters.Builder JhCounters.Builder.setGroups(List<JhCounterGroup> value)
          Sets the value of the 'groups' field
 JhCounters.Builder JhCounters.Builder.setName(CharSequence value)
          Sets the value of the 'name' field
 

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.