Class ServerStatisticsImpl
java.lang.Object
org.infinispan.client.hotrod.impl.ServerStatisticsImpl
- All Implemented Interfaces:
ServerStatistics
- Since:
- 4.1
- Author:
- Mircea.Markus@jboss.com
-
Field Summary
Fields inherited from interface org.infinispan.client.hotrod.ServerStatistics
APPROXIMATE_ENTRIES, APPROXIMATE_ENTRIES_UNIQUE, CLUSTER_APPROXIMATE_ENTRIES, CLUSTER_APPROXIMATE_ENTRIES_UNIQUE, CURRENT_NR_OF_ENTRIES, HITS, MISSES, REMOVE_HITS, REMOVE_MISSES, RETRIEVALS, STORES, TIME_SINCE_START, TOTAL_NR_OF_ENTRIES
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getIntStatistic
(String statsName) getStatistic
(String statsName) int
size()
-
Constructor Details
-
ServerStatisticsImpl
public ServerStatisticsImpl()
-
-
Method Details
-
getStatsMap
- Specified by:
getStatsMap
in interfaceServerStatistics
-
getStatistic
- Specified by:
getStatistic
in interfaceServerStatistics
-
addStats
-
size
public int size() -
getIntStatistic
- Specified by:
getIntStatistic
in interfaceServerStatistics
-