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

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

Introduction

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

The text is from its open source code.

Implementation

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

Field

ReporterNULL
A constant of Reporter type that does nothing.

Constructor

Method

CountergetCounter(Enum name)
Get the Counter of the given group with the given name.
CountergetCounter(String group, String name)
Get the Counter of the given group with the given name.
InputSplitgetInputSplit()
Get the InputSplit object for a map.
voidincrCounter(Enum key, long amount)
Increments the counter identified by the key, which can be of any Enum type, by the specified amount.
voidincrCounter(String group, String counter, long amount)
Increments the counter identified by the group and counter name by the specified amount.
voidprogress()
Report progress to the Hadoop framework.
voidsetStatus(String status)
Set the status description for the task.