Interface Counters
- All Known Implementing Classes:
CountersPBImpl
public interface Counters
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddAllCounterGroups(Map<String, CounterGroup> counterGroups) voidgetCounter(Enum<?> key) getCounterGroup(String key) voidincrCounter(Enum<?> key, long amount) voidremoveCounterGroup(String key) voidsetCounterGroup(String key, CounterGroup value)
-
Method Details
-
getAllCounterGroups
Map<String,CounterGroup> getAllCounterGroups() -
getCounterGroup
-
getCounter
-
addAllCounterGroups
-
setCounterGroup
-
removeCounterGroup
-
clearCounterGroups
void clearCounterGroups() -
incrCounter
-