org.apache.hadoop.mapreduce.v2.api.records
Interface Counters
- All Known Implementing Classes:
- CountersPBImpl
public interface Counters
getAllCounterGroups
Map<String,CounterGroup> getAllCounterGroups()
getCounterGroup
CounterGroup getCounterGroup(String key)
getCounter
Counter getCounter(Enum<?> key)
addAllCounterGroups
void addAllCounterGroups(Map<String,CounterGroup> counterGroups)
setCounterGroup
void setCounterGroup(String key,
CounterGroup value)
removeCounterGroup
void removeCounterGroup(String key)
clearCounterGroups
void clearCounterGroups()
incrCounter
void incrCounter(Enum<?> key,
long amount)
Copyright © 2012 Apache Software Foundation. All Rights Reserved.