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