Uses of Class
org.apache.hadoop.mapred.Counters.Counter
Packages that use Counters.Counter
-
Uses of Counters.Counter in org.apache.hadoop.mapred
Methods in org.apache.hadoop.mapred that return Counters.CounterModifier and TypeMethodDescriptionCounters.Group.addCounter(String name, String displayName, long value) Counters.findCounter(String group, int id, String name) Deprecated.Counters.findCounter(String group, String name) Counters.Group.findCounter(String counterName) Counters.Group.findCounter(String counterName, boolean create) Counters.Group.findCounter(String counterName, String displayName) Counters.Group.getCounter(int id, String name) Deprecated.useCounters.Group.findCounter(String)insteadReporter.getCounter(Enum<?> name) Get theCounters.Counterof the given group with the given name.Reporter.getCounter(String group, String name) Get theCounters.Counterof the given group with the given name.Counters.Group.getCounterForName(String name) Get the counter for the given name and create it if it doesn't exist.Methods in org.apache.hadoop.mapred that return types with arguments of type Counters.CounterMethods in org.apache.hadoop.mapred with parameters of type Counters.CounterModifier and TypeMethodDescriptionvoidCounters.Group.addCounter(Counters.Counter counter) booleanCounters.Counter.contentEquals(Counters.Counter counter) Deprecated.Method parameters in org.apache.hadoop.mapred with type arguments of type Counters.CounterModifier and TypeMethodDescriptionvoidCounters.Group.incrAllCounters(CounterGroupBase<Counters.Counter> rightGroup)
Counters.findCounter(String, String)instead