Java org.apache.hadoop.mapreduce Counter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.mapreduce Counter fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Subclass

org.apache.hadoop.mapreduce.Counter has subclasses.
Click this link to see all its subclasses.

Implementation

org.apache.hadoop.mapreduce.Counter has the following implementations.
Click this link to see all its implementation.

Constructor

Method

StringgetDisplayName()
Get the display name of the counter.
StringgetName()
longgetValue()
What is the current value of this counter?
voidincrement(long incr)
Increment this counter by the given value
voidsetValue(long value)
Set this counter by the given value