パッケージ | 説明 |
---|---|
org.apache.hadoop.mapred |
修飾子とタイプ | メソッドと説明 |
---|---|
static Counters |
Counters.fromEscapedCompactString(String compactString)
Convert a stringified (by
makeEscapedCompactString() counter
representation into a counter object. |
Counters |
TaskReport.getCounters() |
Counters |
RunningJob.getCounters()
Gets the counters for this job.
|
static Counters |
Counters.sum(Counters a,
Counters b)
Convenience method for computing the sum of two sets of counters.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
Counters.incrAllCounters(Counters other)
Increments multiple counters by their amounts in another Counters
instance.
|
static Counters |
Counters.sum(Counters a,
Counters b)
Convenience method for computing the sum of two sets of counters.
|
Copyright © 2016 Apache Software Foundation. All rights reserved.