All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addCounterGroup(String id,
String groupName,
Map<String,BigInteger> counters) |
void |
addCounterResult(String id) |
void |
addCounterResult(String id,
Map<String,Map<String,BigInteger>> counterResult) |
void |
addCounterToGroup(String id,
String groupName,
String counterName,
BigInteger counterValue) |
boolean |
equals(Object obj) |
Set<String> |
getGroupCounterNames(String groupName) |
Set<String> |
getGroupNames() |
Map<String,Map<String,BigInteger>> |
getGroups(String id) |
Map<String,Map<String,Map<String,BigInteger>>> |
getResults() |
int |
hashCode() |
boolean |
isEmpty() |