| Package | Description |
|---|---|
| org.apache.hadoop.mapreduce.v2.api.records | |
| org.apache.hadoop.mapreduce.v2.api.records.impl.pb |
| Modifier and Type | Method | Description |
|---|---|---|
Counter |
CounterGroup.getCounter(java.lang.String key) |
|
Counter |
Counters.getCounter(java.lang.Enum<?> key) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<java.lang.String,Counter> |
CounterGroup.getAllCounters() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
CounterGroup.setCounter(java.lang.String key,
Counter value) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
CounterGroup.addAllCounters(java.util.Map<java.lang.String,Counter> counters) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CounterPBImpl |
| Modifier and Type | Method | Description |
|---|---|---|
Counter |
CounterGroupPBImpl.getCounter(java.lang.String key) |
|
Counter |
CountersPBImpl.getCounter(java.lang.Enum<?> key) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<java.lang.String,Counter> |
CounterGroupPBImpl.getAllCounters() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
CounterGroupPBImpl.setCounter(java.lang.String key,
Counter val) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
CounterGroupPBImpl.addAllCounters(java.util.Map<java.lang.String,Counter> counters) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.