public class ServerStatisticsImpl extends Object implements ServerStatistics
CURRENT_NR_OF_ENTRIES, HITS, MISSES, REMOVE_HITS, REMOVE_MISSES, RETRIEVALS, STORES, TIME_SINCE_START, TOTAL_NR_OF_ENTRIES| Constructor and Description |
|---|
ServerStatisticsImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addStats(String name,
String value) |
Integer |
getIntStatistic(String statsName) |
String |
getStatistic(String statsName) |
Map<String,String> |
getStatsMap() |
public Map<String,String> getStatsMap()
getStatsMap in interface ServerStatisticspublic String getStatistic(String statsName)
getStatistic in interface ServerStatisticspublic Integer getIntStatistic(String statsName)
getIntStatistic in interface ServerStatisticsCopyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.