org.infinispan.client.hotrod.impl
Class ServerStatisticsImpl
java.lang.Object
org.infinispan.client.hotrod.impl.ServerStatisticsImpl
- All Implemented Interfaces:
- ServerStatistics
public class ServerStatisticsImpl
- extends Object
- implements ServerStatistics
// TODO: Document this
- Since:
- 4.1
- Author:
- Mircea.Markus@jboss.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
supportedStatNames
public static final Set<String> supportedStatNames
ServerStatisticsImpl
public ServerStatisticsImpl()
getStatsMap
public Map<String,Number> getStatsMap()
- Specified by:
getStatsMap
in interface ServerStatistics
getStats
public Number getStats(String statsName)
- Specified by:
getStats
in interface ServerStatistics
addStats
public void addStats(String name,
Number value)
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.