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

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

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

Fields in org.apache.hadoop.mapreduce.jobhistory with type parameters of type JhCounterGroup
 List<JhCounterGroup> JhCounters.groups
          Deprecated. 
 

Methods in org.apache.hadoop.mapreduce.jobhistory that return JhCounterGroup
 JhCounterGroup JhCounterGroup.Builder.build()
           
 

Methods in org.apache.hadoop.mapreduce.jobhistory that return types with arguments of type JhCounterGroup
 List<JhCounterGroup> JhCounters.getGroups()
          Gets the value of the 'groups' field.
 List<JhCounterGroup> JhCounters.Builder.getGroups()
          Gets the value of the 'groups' field
 

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

Method parameters in org.apache.hadoop.mapreduce.jobhistory with type arguments of type JhCounterGroup
 void JhCounters.setGroups(List<JhCounterGroup> value)
          Sets the value of the 'groups' field.
 JhCounters.Builder JhCounters.Builder.setGroups(List<JhCounterGroup> value)
          Sets the value of the 'groups' field
 

Constructor parameters in org.apache.hadoop.mapreduce.jobhistory with type arguments of type JhCounterGroup
JhCounters(CharSequence name, List<JhCounterGroup> groups)
          All-args constructor.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.