Package | Description |
---|---|
org.apache.hadoop.mapreduce.counters |
This package contains the implementations of different types of
map-reduce counters.
|
Modifier and Type | Method and Description |
---|---|
Limits |
AbstractCounters.limits() |
Modifier and Type | Method and Description |
---|---|
protected abstract G |
CounterGroupFactory.newGenericGroup(String name,
String displayName,
Limits limits)
Abstract factory method to create a generic (vs framework) counter group
|
G |
CounterGroupFactory.newGroup(String name,
Limits limits)
Create a new counter group
|
G |
CounterGroupFactory.newGroup(String name,
String displayName,
Limits limits)
Create a new counter group
|
Constructor and Description |
---|
AbstractCounterGroup(String name,
String displayName,
Limits limits) |
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.