Java org.apache.hadoop.mapred Counters fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.mapred Counters fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.mapred Counters.

The text is from its open source code.

Subclass

org.apache.hadoop.mapred.Counters has subclasses.
Click this link to see all its subclasses.

Constructor

Method

CounterfindCounter(String group, String name)
CounterfindCounter(String group, int id, String name)
Find a counter by using strings
CountersfromEscapedCompactString(String compactString)
Convert a stringified (by #makeEscapedCompactString() counter representation into a counter object.
longgetCounter(Enum key)
Returns current value of the specified counter, or 0 if the counter does not exist.
GroupgetGroup(String groupName)
CollectiongetGroupNames()
voidincrAllCounters(Counters other)
Increments multiple counters by their amounts in another Counters instance.
voidincrCounter(Enum key, long amount)
Increments the specified counter by the specified amount, creating it if it didn't already exist.
voidlog(Logger log)
Logs the current counter values.