public interface Counters
| Modifier and Type | Method and Description | 
|---|---|
| void | addAllCounterGroups(Map<String,CounterGroup> counterGroups) | 
| void | clearCounterGroups() | 
| Map<String,CounterGroup> | getAllCounterGroups() | 
| Counter | getCounter(Enum<?> key) | 
| CounterGroup | getCounterGroup(String key) | 
| void | incrCounter(Enum<?> key,
           long amount) | 
| void | removeCounterGroup(String key) | 
| void | setCounterGroup(String key,
               CounterGroup value) | 
Map<String,CounterGroup> getAllCounterGroups()
CounterGroup getCounterGroup(String key)
void addAllCounterGroups(Map<String,CounterGroup> counterGroups)
void setCounterGroup(String key, CounterGroup value)
void removeCounterGroup(String key)
void clearCounterGroups()
void incrCounter(Enum<?> key, long amount)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.