public abstract class EventCounter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,AtomicLong> |
events |
protected List<Map.Entry<String,AtomicLong>> |
sortedEvents |
| Constructor and Description |
|---|
EventCounter() |
| Modifier and Type | Method and Description |
|---|---|
void |
countEvent(String eventName) |
void |
countEvent(String eventName,
Object arg) |
protected Map<String,AtomicLong> events
protected List<Map.Entry<String,AtomicLong>> sortedEvents
Copyright © 2022 Arno Unkrig. All rights reserved.