| パッケージ | 説明 | 
|---|---|
| org.apache.hadoop.mapred | |
| org.apache.hadoop.mapreduce | |
| org.apache.hadoop.mapreduce.counters | This package contains the implementations of different types of
 map-reduce counters. | 
| 修飾子とタイプ | クラスと説明 | 
|---|---|
| class  | CountersA set of named counters. | 
| コンストラクタと説明 | 
|---|
| Counters(AbstractCounters<C,G> counters)Construct the Counters object from the another counters object | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| void | AbstractCounters. incrAllCounters(AbstractCounters<C,G> other)Increments multiple counters by their amounts in another Counters
 instance. | 
| コンストラクタと説明 | 
|---|
| AbstractCounters(AbstractCounters<C1,G1> counters,
                org.apache.hadoop.mapreduce.counters.CounterGroupFactory<C,G> groupFactory)Construct from another counters object. | 
Copyright © 2016 Apache Software Foundation. All rights reserved.