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

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

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

Methods in org.apache.hadoop.mapreduce.jobhistory that return JhCounterGroup.Builder
 JhCounterGroup.Builder JhCounterGroup.Builder.clearCounts()
          Clears the value of the 'counts' field
 JhCounterGroup.Builder JhCounterGroup.Builder.clearDisplayName()
          Clears the value of the 'displayName' field
 JhCounterGroup.Builder JhCounterGroup.Builder.clearName()
          Clears the value of the 'name' field
static JhCounterGroup.Builder JhCounterGroup.newBuilder()
          Creates a new JhCounterGroup RecordBuilder
static JhCounterGroup.Builder JhCounterGroup.newBuilder(JhCounterGroup.Builder other)
          Creates a new JhCounterGroup RecordBuilder by copying an existing Builder
static JhCounterGroup.Builder JhCounterGroup.newBuilder(JhCounterGroup other)
          Creates a new JhCounterGroup RecordBuilder by copying an existing JhCounterGroup instance
 JhCounterGroup.Builder JhCounterGroup.Builder.setCounts(List<JhCounter> value)
          Sets the value of the 'counts' field
 JhCounterGroup.Builder JhCounterGroup.Builder.setDisplayName(CharSequence value)
          Sets the value of the 'displayName' field
 JhCounterGroup.Builder JhCounterGroup.Builder.setName(CharSequence value)
          Sets the value of the 'name' field
 

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.