public interface CounterGroup
| Modifier and Type | Method and Description | 
|---|---|
| void | addAllCounters(Map<String,Counter> counters) | 
| void | clearCounters() | 
| Map<String,Counter> | getAllCounters() | 
| Counter | getCounter(String key) | 
| String | getDisplayName() | 
| String | getName() | 
| void | removeCounter(String key) | 
| void | setCounter(String key,
          Counter value) | 
| void | setDisplayName(String displayName) | 
| void | setName(String name) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.