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

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

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

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

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

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

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

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

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.